Android: prevent user from interacting with OS

202 views Asked by At

I'm building an android app for a custom android device bought for a business point-of-sale. We want customers to use our android device and app without being able to interact with the android system in any way. This means no navigation bar with back, home and overview buttons, no notification bar or any other way to interact.

Bottom line, all of the solutions proposed still enable the users to interact with the operating system one way or another. How do I prohibit any interaction at all with the underlying OS, i.e. by only allowing the user to use a custom created back button? Preferably without having to root the devices.

Thanks for the advice.

1

There are 1 answers

3
Andrii Omelchenko On BEST ANSWER

Try set up Your Android device as corporate-owned, single-use (COSU) device. You can find Official documentation here and tutorial with source code here.