【问题标题】:How to make Kiosk mode on Pepper's tablet in android os?如何在 android os 的 Pepper 平板电脑上制作 Kiosk 模式?
【发布时间】:2020-07-02 21:36:28
【问题描述】:

我正在尝试让我的应用程序在 Pepper 平板电脑的信息亭模式下运行。我尝试了以下代码,但没有运气,

Intent intent = new Intent();
intent.setPackage("com.softbankrobotics.kioskclient");
intent.setAction("kioskclient.intent.action.CONFIGURATION");
intent.putExtra("LAUNCH_ID", getPackageName());
sendBroadcast(intent);

【问题讨论】:

    标签: android locking kiosk pepper


    【解决方案1】:

    配置 Kiosk 模式的最简单方法是使用 Command Center 平台(无需代码,并且可以从应用程序远程切换到另一个应用程序)。 如果您无法访问它,可以联系您所在地区的客户服务:https://www.softbankrobotics.com/emea/en/support

    否则 安装 Kiosk Client 应用程序后。运行您的应用程序,然后退出,然后通过单击其图标启动 Kiosk 客户端应用程序。

    【讨论】:

      猜你喜欢
      • 2020-06-08
      • 2021-12-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-28
      • 1970-01-01
      相关资源
      最近更新 更多