In Android how do I prevent the user from holding the home button to display recently launched apps?
I'm assuming I need to override the onKeyDown method or have an intent filter in the Android Manifest?
This is a duplicate of Home button disable
In Android how do I prevent the user from holding the home button to display recently launched apps?
I'm assuming I need to override the onKeyDown method or have an intent filter in the Android Manifest?
This is a duplicate of Home button disable
These two questions achieved what I needed:
I had to do this as well Disable Lock Screen