Merge "Permission Check For DPM.getPermittedAccessibilityServices" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e5b8c17a62
@@ -6871,6 +6871,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
|
||||
if (!mHasFeature) {
|
||||
return null;
|
||||
}
|
||||
enforceManageUsers();
|
||||
synchronized (this) {
|
||||
List<String> result = null;
|
||||
// If we have multiple profiles we return the intersection of the
|
||||
|
||||
Reference in New Issue
Block a user