I am working on an Android app. In which I have to set the image in a certain position on the screen. The problem occurs when a button similar to this picture appears on the screen!
I searched a lot in googled but did not find any help. Is there any way to programmatically detect them on screen buttons? Thank you for your help.
you can check hasPermanentMenuKeywith
hasPermanentMenuKey
boolean hasMenuKey = ViewConfiguration.get(context).hasPermanentMenuKey();
if this returns true, it means that you do not have soft keys.
API honeycomb, , API . .
honeycomb
, , .Android 3.0, . . , . , . , .
, , .
Android 3.0, . . , . , . , .