I have the following requirement. I need to prevent not admin users exit the Android application.
So, is there any way to disable the followings
- long press home button event
- long press search button
- power off button press
Thanks
I have the following requirement. I need to prevent not admin users exit the Android application.
So, is there any way to disable the followings
Thanks
There is no notion of an 'admin user' in Android. You can't really do this without developing your custom Android firmware. The hardware/system buttons are controlled by the system, so you cannot disable or customize them.