overlay window

  1. ArminKh1993

    Android Question Use minSdkVersion in manifest for SYSTEM_ALERT_WINDOW permission

    hi how can i use this permission just for android 10 and up?Because of Google's sensitivity to sensitive permissions and because I have no problems with older Android without this permissions AddPermission(android.permission.SYSTEM_ALERT_WINDOW in other word i dont want to use or have this...
  2. Myr0n

    Android Question Draw on top of other apps + Keyboard in a textbox

    Someone could show me how to open a keyboard when I click on a textbox that is showing in a overlay window? I tried textbox.RequestFocus in the event_EnterPressed and nothing and does not work. I am using Overlay Window example from @Informatix I just add a textbox in it but the textbox...
Top