Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to lock down Android tablet to only allow one app to run [closed]

I am looking at locking down several Android Tablets (Samsung Galaxy tab) to allow the user to unlock the device and be sent straight into one application and not allowed to leave. I was wondering if this is possible without creating a custom ROM and if so how? Any help is greatly appreciated

like image 632
Andrew Garney Avatar asked Nov 04 '22 14:11

Andrew Garney


1 Answers

You might try creating a custom launcher and see how far that gets you. I don't think it will be bulletproof but by adding some hacks like having it auto-launch a specific app, it's probably about as far as you can get without a custom ROM. See here for the code of the stock Android launcher:

https://android.googlesource.com/platform/packages/apps/Launcher/+/master/src/com/android/launcher/Launcher.java

like image 135
Joel F Avatar answered Nov 15 '22 06:11

Joel F