Merge "Remove the platform VPN use case from the FGS type "systemExemption""

This commit is contained in:
Jing Ji
2023-02-06 17:28:04 +00:00
committed by Android (Google) Code Review

View File

@@ -388,7 +388,6 @@ public abstract class ForegroundServiceTypePolicy {
new RegularPermission(Manifest.permission.SCHEDULE_EXACT_ALARM),
new RegularPermission(Manifest.permission.USE_EXACT_ALARM),
new AppOpPermission(AppOpsManager.OP_ACTIVATE_VPN),
new AppOpPermission(AppOpsManager.OP_ACTIVATE_PLATFORM_VPN),
}, false)
);