How do I block Apps like Waze from opening internal links like YouTube and Google sign in using android management API

20 hours ago 2
ARTICLE AD BOX

I tried using the json similar to this example but it just does not block ways from opening the internal links to YouTube and Google in the Waze app settings

{ "applications": [ { "packageName": "com.android.chrome", "installType": "FORCE_INSTALLED", "managedConfiguration": { "URLBlacklist": ["*"], "URLWhitelist": ["https://www.example.com", "https://sub.example.com"] }, "defaultPermissionPolicy": "GRANT" }
Read Entire Article