简体   繁体   English

Android Management API Kiosk 模式无通知声音

[英]Android Management API Kiosk Mode No Notification Sound

Working with Android Management API that has a custom launcher app set to Kiosk mode.使用将自定义启动器应用设置为 Kiosk 模式的 Android Management API。 In this way it overrides the old launcher.通过这种方式,它会覆盖旧的启动器。

However, it does not receive notifications from for example whatsapp and Gmail because of the Kiosk mode in Android Management API.但是,由于 Android Management API 中的 Kiosk 模式,它不会接收来自例如 whatsapp 和 Gmail 的通知。

Is there a way to bypass this?有没有办法绕过这个?

This is a known issue on android 8.1 and below with no fix available on those versions.这是 android 8.1 及更低版本上的一个已知问题,在这些版本上没有可用的修复程序。 This should not be an issue on later versions.. To enable notifications you should add "statusBar": "NOTIFICATIONS_AND_SYSTEM_INFO_ENABLED" in your ( KioskCustomization )[https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#kioskcustomization] policy.这不应该是更高版本的问题。要启用通知,您应该在您的( KioskCustomization )中添加"statusBar": "NOTIFICATIONS_AND_SYSTEM_INFO_ENABLED" [https://developers.google.com/android/management/reference/rest/v1/ Enterprises.policies#kioskcustomization] 政策。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM