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

Commit 4030c53d authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am a844a8c5: am f31f4cdc: am 53d17aee: Merge "Give fixed READ_PHONE_STATE...

am a844a8c5: am f31f4cdc: am 53d17aee: Merge "Give fixed READ_PHONE_STATE permission to calllog provider" into mnc-dev

* commit 'a844a8c5':
  Give fixed READ_PHONE_STATE permission to calllog provider
parents e94f5f55 a844a8c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -429,6 +429,8 @@ final class DefaultPermissionGrantPolicy {
            if (contactsProviderPackage != null) {
                grantRuntimePermissionsLPw(contactsProviderPackage, CONTACTS_PERMISSIONS,
                        true, userId);
                grantRuntimePermissionsLPw(contactsProviderPackage, PHONE_PERMISSIONS,
                        true, userId);
                grantRuntimePermissionsLPw(contactsProviderPackage, ACCOUNTS_PERMISSIONS, userId);
                grantRuntimePermissionsLPw(contactsProviderPackage, STORAGE_PERMISSIONS, userId);
            }