From fb7fcfba72ff1f16b9a57c35355b305fe426dd2d Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:19:47 +0100 Subject: [PATCH] [Guide] Fix typo in install app store apps guide (#41767) Fix typo --- articles/install-app-store-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/install-app-store-apps.md b/articles/install-app-store-apps.md index 2422f3776c..90f2e51ba0 100644 --- a/articles/install-app-store-apps.md +++ b/articles/install-app-store-apps.md @@ -73,7 +73,7 @@ Android apps can be installed via self-service in the end user's managed Google #### Configuration -Currently, editing configuration is only supported for Android apps only. And, currently, only the `managedConfiguration` and `workProfileWidgets` options from [ApplicationPolicy - Android Management API](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy) are supported. +Currently, editing configuration is only supported for Android apps. And currently, only the `managedConfiguration` and `workProfileWidgets` options from [ApplicationPolicy - Android Management API](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy) are supported. `managedConfiguration` supports any option provided by the app's developer. Each app supports different options. To find the supported options, check the app documentation.