Merge "Disable READ_PHONE_STATE fix for beta 1" into rvc-dev

This commit is contained in:
Nate Myren
2020-04-29 23:55:06 +00:00
committed by Android (Google) Code Review

View File

@@ -323,7 +323,7 @@ public final class PermissionPolicyService extends SystemService {
// Force synchronization as permissions might have changed
synchronizePermissionsAndAppOpsForUser(userId);
restoreReadPhoneStatePermissions(userId);
//restoreReadPhoneStatePermissions(userId);
// Tell observers we are initialized for this user.
if (callback != null) {