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

Commit 9d73a6a0 authored by Chiachang Wang's avatar Chiachang Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove the restricted user enforcement in getAppExclusionList" into tm-qpr-dev

parents 1fe74c8b cbaea7da
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4182,8 +4182,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));