From the answers in the stackoverflow I found that Home button can be overriden?
But I found an application in the android market called “Mxplayer” where you can lock all buttons while playing video. How are they doing this?
Can we override the home button in android?
From the answers in the stackoverflow I found that Home button can be overriden?
Share
This solution works upto 2.3,
Override the below method in your Activity,
And now handle the key event like this,
};