Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71c65ab2 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

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

parents 27bd04e2 83989c36
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
    );