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

Commit 581ae181 authored by Mohamed Abdalkader's avatar Mohamed Abdalkader Committed by android-build-merger
Browse files

Merge "Grant CONTACT permissions to IMS package." into pi-dev

am: a21c304b

Change-Id: I416b47c238599addefd7fca124897ea6541fcdff
parents 09da1990 a21c304b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -972,6 +972,7 @@ public final class DefaultPermissionGrantPolicy {
                grantRuntimePermissions(imsServicePackage, MICROPHONE_PERMISSIONS, userId);
                grantRuntimePermissions(imsServicePackage, LOCATION_PERMISSIONS, userId);
                grantRuntimePermissions(imsServicePackage, CAMERA_PERMISSIONS, userId);
                grantRuntimePermissions(imsServicePackage, CONTACTS_PERMISSIONS, userId);
            }
        }
    }