Disable READ_PHONE_STATE fix for beta 1

Disable the temporary fix for READ_PHONE_STATE. It is not needed for
beta users.

Bug: 154871288
Test: Manual
Change-Id: I570c5f1b6db86b5d6a2d9d9fd7e42ce9e49dadd0
This commit is contained in:
Nate Myren
2020-04-29 14:25:36 -07:00
parent 71f6afb212
commit e94ac2ccb0

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) {