Can i override the functionality of back and homebuttons(hardware) in android? i mean like clicking on home button should go tohome screen of my app instead of home screen of mobile
Can i override the functionality of back and home buttons(hardware) in android ? i
Share
Home Buttons:
=> You can’t override the behaviour of home button.
Back Buttons:
=> In order to capture or override the default back button press in Android the following onKeyDown method can be implemented by the Activity.
In case of Android 2.0+ a convince method is provided as