<- Chrome Settings Library

ArcPolicy

Configure ARC
Last updated October 8, 2024

Setting the policy specifies a set of policies to hand over to the ARC runtime. Admins can use it to select the Android apps that autoinstall. Enter value in valid JSON format. To pin apps to the launcher, see PinnedLauncherApps.

Supported On:
Platform Start End
ChromeOS 50
Example value:

"{\"applications\":[{\"packageName\":\"com.google.android.gm\",\"installType\":\"FORCE_INSTALLED\",\"defaultPermissionPolicy\":\"PROMPT\",\"managedConfiguration\":{}},{\"packageName\":\"com.google.android.apps.docs\",\"installType\":\"BLOCKED\",\"defaultPermissionPolicy\":\"PROMPT\",\"managedConfiguration\":{}},{\"packageName\":\"com.google.android.calculator\",\"installType\":\"AVAILABLE\",\"defaultPermissionPolicy\":\"PROMPT\",\"managedConfiguration\":{}}]}"

Features: