I'm developing a Android desktop app, and I would like that when it first starts it (confirm with user and) set itself as default action for Home button.
Currently this option is given to the user by the Android system only when he first press the Home button after running my app.
Any idea how to do this?
--update
Actually, I want that the "back" button do not return to the default desktop, as my app will be de default desktop. Maybe the solution for this is the same of the one for the Home button..?