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

Commit 344d20a3 authored by Chiachang Wang's avatar Chiachang Wang Committed by Automerger Merge Worker
Browse files

Merge "Remove the restricted user enforcement in getAppExclusionList" am: 11cf8289 am: 5cbf834e

parents 59afb30f 5cbf834e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4185,8 +4185,6 @@ public class Vpn {
     */
    @NonNull
    public synchronized List<String> getAppExclusionList(@NonNull String packageName) {
        enforceNotRestrictedUser();

        final long oldId = Binder.clearCallingIdentity();
        try {
            final byte[] bytes = getVpnProfileStore().get(getVpnAppExcludedForPackage(packageName));