Android Management API:kioskCustomLauncherEnabled不应在主屏幕按钮上阻止Google应用程序吗?

时间:2018-07-18 13:39:40

标签: kiosk kiosk-mode android-management-api

我正在实施Android Management Api,因此无法阻止长按打开主页的Google应用(我认为程序包名称:com.google.android.googlequicksearchbox)。反正有禁用此功能?我正在使用此link来创建我的政策

这是我的政策示例:

{
"name": "test",
"version": "1",
"safeBootDisabled": true,
"statusBarDisabled": true,
"kioskCustomLauncherEnabled": true,
"keyguardDisabled": true,
"screenCaptureDisabled": true,
"factoryResetDisabled": true,
"cameraDisabled": true,
"blockApplicationsEnabled": true,
"complianceRules": [{
    "nonComplianceDetailCondition": {
        "settingName": "persistentPreferredActivities"
    },
    "disableApps": true
}]
}

谢谢大家!

0 个答案:

没有答案