Two questions: 1) I want to add to my application the option to automatically logout after a few minutes of inactivity. What I mean by automatic logout is that the application will return to the first activity (initial state) after few minutes of inactivity. My first activity is a login form and after that the user have different choices on another activity.
I don't have any clue how I can do this automatic Logout. I am looking for suggestions...
2) If it is possible to be able to made an auto-destroy application. Let said someone stolen my phone and I send a text message or something and the phone identifies that and auto uninstall the application. Can that be possible?