I am developing a parental control app. I need to restrict bottom navigation button usages , some how I restricted Menu and Back button usages butI couldn't restrict home button usage , I came to know that home buttons cannot be restricted (Correct me If I am wrong..!) so I need to redirect to the previous activity when Home button is pressed. I tried Lots of methods (Some of them are below)
1.Can I override the 'Home' button in my application?
2.How can I disable the hardware menu button in my app?
3.https://abhik1987.wordpress.com/tag/android-disable-menu-button/
These are recommended by most of the people yet it doesn't work for me.
If any one got better alternate solution kindly notify me.
Thanks in Advance.