Locking Down (“Kiosk Mode”) Android Devices [closed]

大憨熊 提交于 2019-12-04 09:45:37
Paul Burke

I believe most of this can be achieved by building a "launcher" app and making it full screen (cover the status bar). Check out the API Demo Home.

Access to Wifi networks

You can use WifiManager to handle listing/connecting/etc.

Access to a single company's App

Creating the main app as a launcher gives you the ability to control what other apps may be installed/uninstalled/launched/etc.

Ability to download/update to newer versions of the company's App

This can easily be done by simply downloading the updated .apk (with a larger version code) and opening the file via Intent to install.

Access to Bluetooth Printers

I don't know much about this, but if it can be done in a normal app, the launcher method covers it.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!