Skip to content Skip to sidebar Skip to footer

Developing App Similar To Surelock

I have developed a launcher. Now I need to disable the top status bar so that my user never exits out of my application. The functionality would be similar to SureLock App. How to

Solution 1:

If you want to disable status button, recent apps button, long press on home button, then run your app in lockstate mode. Actually what you need is called COSU or Kiosk app. You can find a very good guide from google here: https://codelabs.developers.google.com/codelabs/cosu/index.html#0


Post a Comment for "Developing App Similar To Surelock"