Forum Discussion
PatrickF11
Mar 30, 2021MCT
App Configuration in JSON Format
Hi folks, i'm facing a problem with Intune App Configuration Profiles. At first let me outline the scenario: we want to use Android Enterprise Multi-App Kiosk Devices Everything belonging the mul...
Apr 06, 2021
Hi..
Did you validated the json?if I check it... there is a " missing at line 11
After adding the " I am noticing the same behaviour as you, very weird indeed
PatrickF11
Apr 06, 2021MCT
Rudy_Ooms_MVP By the way: it also does not run, when i try to only add one configuration item like this:
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.emmx",
"managedProperty": [
{
"key": "com.microsoft.intune.mam.managedbrowser.homepage",
"valueString": "https://www.sample.com"
}
]
}
- Apr 06, 2021Did see the same thing, looks like it does not recognize the key settings. Just wondering, but I guess the settings also are not working on the device 🙂 ?
- PatrickF11Apr 06, 2021MCT
Yes, they're not working at all. (Even if i only try to configure the homepage.)
I've used a "managed device" profile, because there are no user context.
Nevertheless, i've tested an "managed apps" profil, but this isn't working, too. (as expected)I can't believe that this is any kind of "special" interest. It must be possible to configure the Edge Browser on Android devices, like it is possible on windows devices.
- Apr 06, 2021I guess, configuring these kind of edge settings on managed android devices is not yet supported. When you choose google chrome, you can define all kind of these settings.