Disable all Hardware buttons and pull down drawer

I am trying to make an app that is used for operators of a vehicle. The basic idea is that the app should only have touch capabilities and should prevent any actions from the user that would allow them to get out of the app either by using the home button, the drawer, the power, volume buttons, back button, and even the pull down drawer functionality.

How would I go about implementing this functionality. I’m thinking of having a settings page in the app to enable and disable this functionality.

Would anyone have any idea what steps I would need to take to be able to do this?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.