Preventing access to setting at startup when using COSU

50 views Asked by At

We have created a COSU application using the method descried here: HOW TO TURN YOUR ANDROID APPLICATION INTO A KIOSK. We need a way to compeletly prevent the phone users from accessing anything but apps we authorize. It works very well but have one problem: when the phone reboots, for a few seconds before our app starts and hide all controls, the Android status bar is visable and operational. If the user opens it and clicks the setting button, our app does not start and the user can freely change any setting. Also, in this state he can access the frequently used apps and start unauthorized apps. Is there any way to prevent it? Even if just to make sure our app starts in this states would be enough, since the user will not have time enough to change anything.

Thanks, Eyal Hasson

0

There are 0 answers