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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user