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

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

am f31f4cdc: am 53d17aee: Merge "Give fixed READ_PHONE_STATE permission to...

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

* commit 'f31f4cdc':
  Give fixed READ_PHONE_STATE permission to calllog provider
parents 279864ca f31f4cdc
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);
            }