Merge "Remove the restricted user enforcement in getAppExclusionList" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9d73a6a040
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user