Forum Discussion
Managed Home Screen settings for Multi-Mode Kiosk Android Enterprise
MoZZa It looks like this might be the issue: https://developer.android.com/work/dpc/dedicated-devices/lock-task-mode#customize-ui
If Intune is setting the features using setLockTaskFeatures they'll need to make sure they include GLOBAL_ACTIONS
From the GLOBAL_ACTIONS feature: "Enable the global actions dialog during LockTask mode. This is the dialog that shows up when the user long-presses the power button, for example. Note that the user may not be able to power off the device if this flag is not set.
This flag is enabled by default until https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#setLockTaskFeatures(android.content.ComponentName,%20int)is called for the first time."
Hi snarkshark
That definitely looks like the issue. I pointed that out to MS but the call is now nearly 4 weeks old. They have updated the Managed Home Screen app, but it is still has a non-configured
LOCK_TASK_FEATURE_GLOBAL_ACTIONS. If they actually set that in the app to true, I think the power button UI should be able to appear on top of the Managed Home Screen.
Thansk for the pointers SnarkShark.