Here is a policy to lock a device on Chrome and restrict Chrome, what is the best way to make this work on an enrolled device?

Solved
DP
Daniel P Bronze Contributor
Abetech - Managed Services

Good Morning, I was wondering what the best way to get the following policy to work with SOTI and our devices. The policy's goal is to restrict Chrome and whitelist one of our companies approved sites. Below is a current example: 

{"applications": [{"packageName": "com.android.chrome","installType": "FORCE_INSTALLED","managed_configuration": {"URLBlacklist": ["*"],"URLWhitelist": ["test.webapps.jacam.com"]},"lockTaskAllowed": true,"defaultPermissionPolicy": "GRANT"}],"persistentPreferredActivities": [{"receiverActivity": "com.android.chrome","actions": ["android.intent.action.MAIN"],"categories": ["android.intent.category.HOME","android.intent.category.DEFAULT"]}],"statusBarDisabled": true}  
3 years ago
Android Scripting
ANSWERS