0% found this document useful (0 votes)
66 views

JSON

This document configures the Microsoft Launcher app settings including placing the search bar at the bottom, showing the dock, setting a 4x5 grid size for the home screen, and specifying the order and default apps (Microsoft To Do, Authenticator, Company Portal). User customization is restricted for several settings.

Uploaded by

Filipe
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views

JSON

This document configures the Microsoft Launcher app settings including placing the search bar at the bottom, showing the dock, setting a 4x5 grid size for the home screen, and specifying the order and default apps (Microsoft To Do, Authenticator, Company Portal). User customization is restricted for several settings.

Uploaded by

Filipe
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

{

"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.launcher",
"managedProperty": [
{
"key": "com.microsoft.launcher.Search.SearchBar.Placement",
"valueString": "Bottom"
},
{
"key":
"com.microsoft.launcher.Search.SearchBar.Placement.UserChangeAllowed",
"valueBool": false
},
{
"key": "com.microsoft.launcher.Dock.Mode",
"valueString": "Show"
},
{
"key": "com.microsoft.launcher.Dock.Mode.UserChangeAllowed",
"valueBool": true
},
{
"key": "com.microsoft.launcher.HomeScreen.AppOrder.UserChangeAllowed",
"valueBool": false
},
{
"key": "com.microsoft.launcher.HomeScreen.GridSize",
"valueString": "4;5"
},
{
"key": "com.microsoft.launcher.Wallpaper.Url",
"valueString": "Default"
},
{
"key": "com.microsoft.launcher.Wallpaper.Url.UserChangeAllowed",
"valueBool": false
},
{
"key": "com.microsoft.launcher.HomeScreen.Applications",
"valueBundleArray":
[
{
"managedProperty": [
{
"key": "package",
"valueString": "com.microsoft.emmx"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "package",
"valueString": "com.azure.authenticator"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "package",
"valueString":
"com.microsoft.windowsintune.companyportal"
},
{
"key": "class",
"valueString": ""
}
]
}
]
},
{
"key": "com.microsoft.launcher.HomeScreen.AppOrder",
"valueBundleArray":
[
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 1
},
{
"key": "package",
"valueString": "com.microsoft.emmx"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 2
},
{
"key": "package",
"valueString": "com.azure.authenticator"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 3
},
{
"key": "package",
"valueString":
"com.microsoft.windowsintune.companyportal"
},
{
"key": "class",
"valueString": ""
}
]
}
]
}
]
}

You might also like