How to avoid the virtual semi-transparent home button drawn on top over my application when the Android device has no physical home button?
I'm developing an Android application in Delphi 10.1 Berlin version.
This is what i have :
And this is what i need :
NOTE: this is on all device. but it's also look like it's connected with
<uses-sdk android:targetSdkVersion="23" />
defined in androidmanifest
. when i replace 23 by 14 (for example) then it's work ok (but i need 23 to have all the permission features of marshmallow)