Android Question Lock Buttons

mangojack

Expert
Licensed User
Longtime User
Handling the Back Key is simple , something like ...
B4X:
Sub Activity_KeyPress (key As Int) As Boolean
  If key=KeyCodes.KEYCODE_BACK Then                    
    Return True     'capture/process back key
  Else
    Return False    'system handles key
   End If
End Sub


Not so with Recent Apps & Home Key ...
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Is it still showing when you use a fullscreen layout?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…