Block all means to close an android application

Jebik picture Jebik · May 2, 2013 · Viewed 10.1k times · Source

I'm trying to develop an application for an android tablet.

This tablet will be shown to the public and they can touch it.

I want to block all means to close the app except for a button/preference menu that requires a password.

But after some research I am not sure if this is possible. Long press on power button still works, home button too and return button. Will this work? if so how?

Answer

Andres L picture Andres L · May 2, 2013

you can find all the answers in already asked questions in stackoverflow

Home Button

Return Button

Power Button