Merge branch 'fix-operation-buttons' into 'master'

Add missing scopes to enable operation buttons

See merge request entgra/carbon-device-mgt!857
temp
Pahansith Gunathilake 3 years ago
commit c9b5998ce9

@ -185,6 +185,7 @@
<Scope>perm:metadata:update</Scope>
<Scope>perm:android:google-account</Scope>
<Scope>perm:android:update-default-sim</Scope>
<Scope>perm:android:google-account</Scope>
<Scope>perm:android:info</Scope>
</Scopes>
<SSOConfiguration>

@ -183,6 +183,8 @@
<Scope>perm:android:location</Scope>
<Scope>perm:android:clear-password</Scope>
<Scope>perm:android:control-camera</Scope>
<Scope>perm:android:update-default-sim</Scope>
<Scope>perm:android:google-account</Scope>
<Scope>perm:android:enterprise-wipe</Scope>
<Scope>perm:android:wipe</Scope>
<Scope>perm:android:ring</Scope>

Loading…
Cancel
Save