Android Question Issue with Kiosk Mode

Harris

Expert
Licensed User
Longtime User
#FullScreen: True
#IncludeTitle: False

With the above Activity Project Attributes set, users can still swipe down (from top of screen) and access
system settings and others...

Can this be prevented? (I don't want anybody to disable WiFi, GPS, Bluetooth since the app depends on all).

I am looking to block users changing anything than what the app is designed to do (and initially agreed to - by permissions ).

This is a custom app in a private environment.
I know this is difficult to setup in Android.

Android needs a global permission that lets (developers) to set certain things based on user agreement.
In this manner, we could be assured that system services are operational (based on company policy rather than employee (user) preference). Other than ROOT.

Already know of how to implement kiosk mode (home key, etc...)

Thanks
 
Last edited:
Top