This week is all about creating a custom multi-app kiosk mode for Android Enterprise dedicated devices. The Android Enterprise dedicated device settings also contains multi-app kiosk settings, but in some scenarios those settings can still be a little bit limiting. To create a multi-app kiosk mode, Microsoft Intune relies on the Managed Home Screen app. The fun part is that the Managed Home Screen app already contains a few more settings that are currently only available via app configuration policies. In this post I’ll start with a quick overview of the app configuration options that exist nowadays, followed by showing an app configuration example for the Managed Home Screen app to add a non-Managed Google Play Store app. Technically speaking I’ll add a single app, using the multi-app configuration option. Really adding multiple apps is more of the same. I’ll end this post by showing the end-user experience.
It’s important to keep in mind that the preferred and advised method to configure multi-app kiosk mode settings is still by using the dedicated device settings.
App configuration options
Let’s start this post by having a look at the app configuration options that are available nowadays. In the early days it was still required to manually configure configuration keys and values. These days Intune can prepopulate configuration keys that are available within the Android apps. Below is a quick overview of the 2 app configuration options that are available :
Configure the Managed Home Screen app
Now the app configuration options are clear. Let’s have a look at the app configuration of the Managed Home Screen app. As an example I want to use a setting that is only configurable via JSON data, as the value type is a BundleArray. That setting is to add (custom non-Managed Google Play Store) apps to the Managed Home Screen app. The following 3 steps walk through the process of creating an app configuration policy that enables the built-in Settings app to the multi-app kiosk mode.
1 | Open the Azure portal and navigate to Microsoft Intune > Client apps > App configuration policies to open the Client apps – App configuration policies blade; |
2 | On the Client apps – App configuration policies blade, click Add to open the Add configuration policy blade; |
3a |
On the Add configuration policy blade, provide the following information and click Add;
Note: The main focus of this post is the configuration around the configuration settings (step 3c). That doesn’t mean that the permission configuration (step 3d) can’t be really useful when the app needs specific permissions. As it’s not the key part of this post, I won’t go into to much details for now. |
3b |
On the Associated app blade, select Managed Home Screen and click OK to return to the Add configuration policy blade; Note: When the Managed Home Screen app is not available make sure that that the app is approved and synchronized with Intune. |
3c |
On the Configuration settings blade, select Enter JSON data with Configuration settings format. Now either click Download JSON template, for offline editing, or use the JSON editor to directly configured the required configuration keys. Before clicking on OK to return to the Add configuration policy blade, go through the following 3 steps (see also the screenshot below):
Note: Make sure that the settings in the app configuration policy don’t overlap with settings in the dedicated device configuration. |
— | |
3d | On the Permissions blade, click Add to open the Add permissions blade. The Add permissions blade can be used select permissions that should be overridden. Select the required permissions and click OK to return to the Permissions blade and click OK to return to the Add configuration policy blade. |
Note: At some point in time these configuration options will probably become available in the multi-app kiosk mode settings for dedicated devices.
End-user experience
More information
For more information about configuring the Managed Home Screen app, please refer to the documentation about Configure the Microsoft Managed Home Screen app for Android Enterprise .
Discover more from All about Microsoft Intune
Subscribe to get the latest posts sent to your email.
have you had any joy assigning compliance policies to these kiosk devices. I am testing this at the moment and have purchased the Intune device license. It seems as though Compliance checks are not included though as although they assign they never run?
Hi Christian,
Haven’t looked at that yet. For fully managed devices the new Microsoft Intune app is introduced, but according to the docs that’s only for fully managed devices. Also, what are you trying to achieve?
Regards, Peter