锁定(" Kiosk模式")的Andr​​oid设备 [英] Locking Down ("Kiosk Mode") Android Devices

查看:171
本文介绍了锁定(" Kiosk模式")的Andr​​oid设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你会如何去锁定Android设备同时满足以下要求:

How would you go about locking down an Android device while meeting the following requirements:

  • 访问WiFi网络
  • 进入一个单一的公司的App
  • 能够下载/更新到新版本的公司的App的
  • 进入蓝牙打印机

显然,这是一个pretty的一般性问题,但我希望一些指导。是否有任何现有的解决这个问题?我知道像SecureLock和设备锁定的应用程序,但无论做这些可以使应用程序的更新只是我们的应用程序?

Obviously, this is a pretty general question, but I was hoping for some guidance. Are there any existing solutions to this problem? I am aware of apps like SecureLock and Device Lock, but do either of these allow application updating for JUST our application?

那么,如果我们preconfigured器件只有我们的应用程序,没有别的,删除所有其他应用程序?

What about if we preconfigured the device to only have our application and nothing else, deleting all other applications?

再次只是在寻找一些方向/在这里建议。

Again, just looking for some direction/suggestions here.

注:据我所知,基本上什么都可以通过释放的Andr​​oid的定制版本来实现,但实现的努力是一个因素,而解决方案,我们将决定

Note: I am aware that essentially anything can be accomplished by releasing a custom version of Android, but implementation effort is a factor in which solution we will decide on.

推荐答案

我相信大多数的,这可以通过建立一个启动器的应用程序,使之成为全屏幕(包括状态栏)来实现。退房的API演示主页

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.

接入WiFi网络

您可以使用 WifiManager 处理上市/连接/等等。

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

访问一个单一的公司的App

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.

能够下载/更新到新版本的公司的App

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

这可以很容易地通过简单地下载更新的apk文件(具有较大的版本code)完成,通过打开该文件意图安装

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

进入蓝牙打印机

我不知道很多关于这一点,但如果能在一个正常的应用程序来完成,启动方法适用于它。

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

这篇关于锁定(" Kiosk模式")的Andr​​oid设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆