Add Android config profile to set default web browser (#43073)
Created and tested for `pingali`.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"defaultApplicationSettings": [
|
||||
{
|
||||
"defaultApplicationType": "DEFAULT_BROWSER",
|
||||
"defaultApplications": [
|
||||
{
|
||||
"packageName": "com.android.chrome"
|
||||
}
|
||||
],
|
||||
"defaultApplicationScopes": [
|
||||
"SCOPE_WORK_PROFILE"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user