Skip to content

Instantly share code, notes, and snippets.

@DeploymentMX
Created July 15, 2020 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeploymentMX/0c6ee7fead769a2dd9adabe9719bd296 to your computer and use it in GitHub Desktop.
Save DeploymentMX/0c6ee7fead769a2dd9adabe9719bd296 to your computer and use it in GitHub Desktop.
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.launcher",
"managedProperty": [
{
"key": "com.microsoft.launcher.Search.SearchBar.Placement",
"valueString": "Top"
},
{
"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.Feed.Enable.UserChangeAllowed",
"valueBool": false
},
{
"key": "com.microsoft.launcher.Feed.Enable",
"valueBool": false
},
{
"key": "com.microsoft.launcher.Wallpaper.Url",
"valueString": "https://i.ibb.co/cL5GpWc/samsungwallpaper2.jpg"
},
{
"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.whatsapp"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "package",
"valueString": "com.twitter.android"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "package",
"valueString": "com.facebook.katana"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "package",
"valueString": "com.microsoft.teams"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "package",
"valueString": "com.microsoft.office.outlook"
},
{
"key": "class",
"valueString": ""
}
]
}
]
},
{
"key": "com.microsoft.launcher.HomeScreen.AppOrder",
"valueBundleArray": [
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 3
},
{
"key": "package",
"valueString": "com.microsoft.office.outlook"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 6
},
{
"key": "package",
"valueString": "com.whatsapp"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 4
},
{
"key": "package",
"valueString": "com.facebook.katana"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"managedProperty": [
{
"key": "type",
"valueString": "application"
},
{
"key": "position",
"valueInteger": 5
},
{
"key": "package",
"valueString": "com.twitter.android"
},
{
"key": "class",
"valueString": ""
}
]
},
{
"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.microsoft.teams"
},
{
"key": "class",
"valueString": ""
}
]
}
]
}
]
}
@sccmbharat
Copy link

is there a way to use hide apps settings of MicrosoftLauncher with json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment