Search code examples
androidandroid-intentmdmkiosk-modeandroid-management-api

Android Management API Kiosk Mode No Notification Sound


Working with Android Management API that has a custom launcher app set to Kiosk mode. 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.

Is there a way to bypass this?


Solution

  • This is a known issue on android 8.1 and below with no fix available on those versions. 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.