Skip to content

Commit 22972e2

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/memdocs (branch main)
2 parents 7be9183 + 63c9954 commit 22972e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/intune/apps/configure-microsoft-launcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In addition to the list of configurable settings listed in the Configuration Des
9191
| Configuration Key | Value type | Default value | Description |
9292
|----------------------------------------------------------------------------------------------------|-------------------|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9393
| Set Allow-Listed Applications<br>JSON key:`com.microsoft.launcher.HomeScreen.Applications` | BundleArray | See: [Set allow-listed applications](configure-microsoft-launcher.md#set-allow-listed-applications)</sup> | Allows you to define the set of apps visible on the home screen from amongst the apps installed on the device. You can define the apps by entering the app package name of the apps that you would like to make visible, for example, `com.android.settings` would make settings accessible on the home screen. The apps that you allow-list in this section should already be installed on the device in order to be visible on the home screen.<br><p>Properties:<ul><li>**Package:** The application package name</li><li>**Class:** The application activity, which is specific to a certain app page. It would use the default app page if this value is empty.</li></ul> |
94-
| Home Screen App Order<br>JSON key: `com.microsoft.launcher.HomeScreen.AppOrder` | BundleArray | See: [Home screen app order](configure-microsoft-launcher.md#home-screen-app-order) | Allows you to specify the app order on the home screen.<br><p>Properties:<br><ul><li>**Type:** If you want to specify positions of apps, tThe only type supported is `application`. If you want to specify positions of web links, the type is `weblink`.</li><li>**Position:** This specifies application icon slot on home screen. This starts from position 1 on the top left, and goes left to right, top to bottom.</li><li>**Package:** This is application package name used for specifying app order.</li><li>**Class:** The is an application activity, which is specific to a certain app page. The default app page will be used if this value is empty. This property is used for app.</li><li>**Label:** The is an application activity, which is specific to a certain app page. The default app page will be used if this value is empty. This property is used for app.</li><li>**Link:** The url to be launched after end user clicks the web link icon. This property is used for web link.</li></ul> |
94+
| Home Screen App Order<br>JSON key: `com.microsoft.launcher.HomeScreen.AppOrder` | BundleArray | See: [Home screen app order](configure-microsoft-launcher.md#home-screen-app-order) | Allows you to specify the app order on the home screen.<br><p>Properties:<br><ul><li>**Type:** If you want to specify positions of apps, the only type supported is `application`. If you want to specify positions of web links, the type is `weblink`.</li><li>**Position:** This specifies application icon slot on home screen. This starts from position 1 on the top left, and goes left to right, top to bottom.</li><li>**Package:** This is application package name used for specifying app order.</li><li>**Class:** The is an application activity, which is specific to a certain app page. The default app page will be used if this value is empty. This property is used for app.</li><li>**Label:** The is an application activity, which is specific to a certain app page. The default app page will be used if this value is empty. This property is used for app.</li><li>**Link:** The url to be launched after end user clicks the web link icon. This property is used for web link.</li></ul> |
9595
| Set Pinned Web Links<br>JSON key: `com.microsoft.launcher.HomeScreen.WebLinks` | BundleArray | N/A | This key allows you to pin website to the home screen as quick launch icon. That way you can make sure that end user can have quick and easy access to essential websites. You can modify location of each web link icon in 'Home Screen App Order' configuration.<br><p>Properties:<br><ul><li>**Label:** The weblink title displayed on MS Launcher home screen.</li><li>**Link:** The url to be launched after end user clicks the web link icon.</li></ul> |
9696
| Set Folder Icon Shape, Open Format, and Scroll Direction<br>JSON key: `com.microsoft.launcher.Folder.Style` | BundleArray | N/A | Allows you to define appearance of folder icon and way of opening a folder on the Microsoft Launcher home screen and dock.<br><p>Properties:<br><ul><li>**folderShape:** This key can be set as one of the five values: `Rounded_square`, `Square`, `Squircle`, `Round`, and `Teardrop`.</li><li>**openFullScreen:** This key can be set as one of the values: `True` or `False`. If it set to `True`, the folder will be opened in the full screen. If it set to `False`, the folder will not be opened in the full screen.</li><li>**folderScroll:** This key can be set as one of the values: `vertical` or `horizontal`. The default value is set as `vertical`.</li></ul> |
9797
| Set Folder Icon Shape, Open Format, and Scroll Direction User Change Allowed<br>JSON key: `com.microsoft.launcher.Folder.Style.UserChangeAllowed` | Boolean | True | Allows you to specify if the Folder Style setting can be changed by the end user.<br><p><ul><li>If set to `True`, the shape of folder, the way the folder opens, and the way the folder scrolls as defined in the policy will only be enforced for the initial deployment. Subsequently, the policy will not be enforced to respect any changes the user may have made later.</li><li>If set to `False`, the shape of folder, the way the folder opens, and the way the folder scrolls will be enforced on every sync.</li></ul> |

0 commit comments

Comments
 (0)