App installation permissions
Provides installation whitelists and uninstallation blacklists for users of different levels. Each Install and Uninstall tag only manages the restrictions of the corresponding roleLevel role and is not affected by other level.
xml file configuration can be referred to:
<AppLimit>
<InstallWhiteList roleLevel="1">
<App packageName="com.netease.xxxxx" >
</App>
</InstallWhiteList>
<InstallWhiteList roleLevel="0">
<App packageName="com.microsoft.teams" >
</App>
<App packageName="com.netease.cloudmusic" >
</App>
</InstallWhiteList>
<UninstallBlackList roleLevel="1">
<App packageName="com.netease.cloudmusic" >
</App>
<App packageName="com.microsoft.teams">
</App>
</UninstallBlackList>
<UninstallBlackList roleLevel="0">
<App packageName="com.netease.cloudmusic" >
</App>
</UninstallBlackList>
</AppLimit>