Android Menu

Rusty

Well-Known Member
Licensed User
Longtime User
I have set my activity to full screen, no title and wish the Android menu
(Home, Return, Search...etc.)
to be hidden at all times.
I do not want my user returning to the main Android screen unless they clear my security (authorized user).
Is there a way to make this menu hide permanently? Currently, it hides, but when I touch a button, it re-appears for a few seconds.
Thanks
 

mistermentality

Active Member
Licensed User
Longtime User
I think that on any Android device the user can simply press the home or back button to leave the current application paused, and that this is a feature you can't bypass fully as it would otherwise allow malicious applications to completely lock a phone and prevent its use.

Dave
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
Hmmm. Is there any way to secure the "system" when a user is in a controlled application? I need the user to complete the tasks entirely. I further need to only allow access to the Android device with password security. Is this possible?
Thanks,
 
Upvote 0
Top