锁定Android设备到一个单一的应用设备、Android

2023-09-05 03:17:28 作者:南城以南溫暖如初

我公司正在销售的Andr​​oid设备上的应用程序会做一定的任务,作为一个产品,以取代嵌入式设备。

My company is looking at selling an android device with an application on that will do a certain task as a product to replace an embedded device.

不过,我们需要一些设备如何锁定到只能访问到我们的应用程序,我们将制定并不能使用普通的Andr​​oid操作系统界面。

However we need to some how lock the device to only have access to our application which we will develop and not be able to access the normal android OS interface.

我想如下:

1:当设备启动必须自动加载我们的应用程序, 2:必须有没有办法退出应用程序,(除非如果我们也许输入主密码),这将允许您访问设备

1: When the device boots it must automatically load our application, 2: There must be no way to exit the application, (unless if we maybe enter a master password) which will allows you access to the device.

这是可以做到的,以及如何将一去这样做呢?

Is this possible to do, and how would one go about doing this?

推荐答案

有用于将在下文提到了这个问题的几种不同的解决方案,但没有开箱即用,在Android的实施方案。

There are several different possible solutions for this problem which are mentioned below, but there is no "out of the box" solution implemented in Android.

您可以您下发展应用,并激活它作为标准的主屏幕应用程序/启动。用户只可以在安全模式下启动避免这种情况的解决方案。 您可以下发展自己的内核(如在评论中提到BY CHLOE) 您可以使用此情况下,第三方应用程序。 (这主要是需要root您的设备上)不同的解决方案可在Play商店(如的 KioWare 或的 型Surelock )。搜索 Android的Kiosk模式来获得更多的结果。 You could develope your Application and activate it as standard Home Screen App/ Launcher. Users could only avoid this solution by booting in safe mode. You could develope your own kernel (as mentioned by Chloe at the comments) You could use a 3rd party application for this case. (This will mostly require root on your device) Different solutions are available at the Play Store (e.g. KioWare or SureLock). Search for Android Kiosk Mode to get more results.