Add Android config profile to set default web browser (#43073)

Created and tested for `pingali`.
This commit is contained in:
Steven Palmesano
2026-04-09 15:31:24 -04:00
committed by GitHub
parent cff7036f1b
commit 18740844ff
@@ -0,0 +1,15 @@
{
"defaultApplicationSettings": [
{
"defaultApplicationType": "DEFAULT_BROWSER",
"defaultApplications": [
{
"packageName": "com.android.chrome"
}
],
"defaultApplicationScopes": [
"SCOPE_WORK_PROFILE"
]
}
]
}