diff options
| author | 2022-09-21 09:41:45 +0000 | |
|---|---|---|
| committer | 2022-09-21 09:41:45 +0000 | |
| commit | 11cf8289841456115d8abc9b15bb7ed7f1d60da7 (patch) | |
| tree | df3513884d81f01b13bf3c512c324ab2b0889e43 | |
| parent | f3683fca3796301d1186d72b14c4688e482e232a (diff) | |
| parent | e5997ffb0da8a195818ef41f7c16f0d0f3716deb (diff) | |
Merge "Remove the restricted user enforcement in getAppExclusionList"
| -rw-r--r-- | services/core/java/com/android/server/connectivity/Vpn.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/connectivity/Vpn.java b/services/core/java/com/android/server/connectivity/Vpn.java index 676dc196f20c..ff154e463cb6 100644 --- a/services/core/java/com/android/server/connectivity/Vpn.java +++ b/services/core/java/com/android/server/connectivity/Vpn.java @@ -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)); |