【发布时间】:2018-11-27 23:05:37
【问题描述】:
我正在了解自助服务终端设备。我正在浏览文档,但偶然发现了这件事。
根据docs-
Kiosk Apps are Chrome Apps that are designed to always run fullscreen using Single App Kiosk Mode on Chrome OS and do not allow the user to exit the app. They're great for a purpose-built Chrome device, such as a guest registration desk, a library catalog station, or a point-of-sale system in a store.
还提到了Kiosk Mode
It is an Android kiosk app that replaces the default Home Screen or Launcher and restricts user to accessonly one application or a few allowed applications. ... It has become common to use off-the-shelf mobile devices to run business applications or self-service kiosks.
虽然我无法理解如何为 Android 开发 Kiosk 应用程序。
【问题讨论】:
-
是的。只是谷歌移动设备管理。这些应用中的大多数都具有信息亭功能。
-
感谢您的回复。对于android中的Kiosk,我得到了锁定/解锁和屏幕固定的概念。但是如何在没有信息亭设备的情况下测试这些应用程序呢?有什么办法吗?可以用安卓模拟器吗?
-
我已经将我的“kiosk”作为一个启动器,用于捕获按钮事件等。如果需要,我可以在此启动器中向用户需要访问的某些应用程序添加按钮。这样用户只能启动“被允许”的应用程序。
-
在制作自助服务终端模式应用程序后还有一个问题,我们可以在此类设备上运行此类应用程序吗:prntscr.com/jwkljx我已在此处附上屏幕截图
标签: android kiosk kiosk-mode