i tried evrything in this link.
How to set a whitelist in web view with Android Management API Below is my code on api. Any help will be appreciate
{
"packageName": "com.android.chrome",
"installType": "FORCE_INSTALLED",
"managedConfiguration": {
"URLBLacklist": ["*"],
"URLWhitelist": ["youtube.com"]
},
"defaultPermissionPolicy": "GRANT"
}