Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e94ac2cc authored by Nate Myren's avatar Nate Myren
Browse files

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
parent 71f6afb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {