How to build software limiting user action to one single App on Android?
I want to build an app for android and ensure that the user can only use this app. (i.e. user should not be able to open or install any other app.) Is it possible to force such restrictions on an Android device ? And if it is where should I start ? What you are looking for is called the "kiosk mode" (just to help you googling the appropriate term). There is no such thing in the standard android api (at least... not yet : see the Edit ). User always have the ability to press the home button to come back to the Home application. But solutions exists: Writing an Home app This solution is a little