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

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

Merge "Remove the restricted user enforcement in getAppExclusionList" am:...

Merge "Remove the restricted user enforcement in getAppExclusionList" am: 11cf8289 am: 5cbf834e am: 344d20a3 am: cf161fec am: 859eb1ea

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2220584



Change-Id: I33952165e6fea312f6ba65b0e151aee482d09c11
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cfcf9611 859eb1ea
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));