I'm making a movieplayer for a specific Android tablet (not for Android market), and I want to make all 3 buttons non-functional.
The 3 buttons are back menu home. Menu is non-functional since I don't implement a menu. I overrode onBackPressed() with an empty method to make the back button not function. However, I can't figure out what to do about the home button. Is there a way to take over this button? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

