I'm fairly new in Android development and I have an app that I'm working on for kids. I would like the app to start itself when the device starts up. When the app is running, I want it to prevent access to any other screens. Disable home buttons, prevent access to browser, settings etc.
Is this possible to do? I stumbled across this link http://www.androidsnippets.com/autostart-an-application-at-bootup, but a few people think it's not a good approach to allow activities to start automatically.
Thank you :-)