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

Commit 11cf8289 authored by Chiachang Wang's avatar Chiachang Wang Committed by Gerrit Code Review
Browse files

Merge "Remove the restricted user enforcement in getAppExclusionList"

parents f3683fca e5997ffb
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));