Single Application ROM for Android
I'm going to develop an android application and I need custom android ROM to prevent user of android device from exiting our application. All other functionality in the device should be disabled/blocked.
Custom ROM requires On start up run 1 application and 1 service.
I know about custom ROM and how to modify it, i just wanna ask is it possible to add script for doing this? and how I find a way to develope this script?
There are a number of applications that you can use to lock down a device, without having to build your own ROM.
Some examples:
https://play.google.com/store/apps/details?id=com.gears42.surelock https://play.google.com/store/apps/details?id=com.adsi.kioware.client.mobile.app
Or you could follow a process like this:
https://thebitplague.wordpress.com/2013/04/05/kiosk-mode-on-the-nexus-7/
链接地址: http://www.djcxy.com/p/79122.html上一篇: Android在地球坐标系上获得加速度计
下一篇: Android的单一应用程序ROM