I would like to disable home button on android 4.2 to prevent user from closing the application. I read that I can't directly catch home button event on 4.2 so I may need to implement some home screen application?? I was wonder if there is any sample code to simply show this functionality ( Goal is not allowing the user to close the program.maybe rerun the program on key down).
Thanks in advance for the help, Ray