I am trying to catch when the user has pressed the Home button. I thought I could use
protected void onResume() { registerReceiver(homeReceiver, new Inte
The home button can not be overriden. You can only catch the intent and display a diferent home, but the user will always be able to choose.
Dont mess with how hard buttons work so much, user like consistent behaviour.