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

Commit dc61ad93 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

am: 581ae181

Change-Id: Ic4872fda5f610706818f9e941a81f759520da4af
parents bf4f39a6 581ae181
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);
            }
        }
    }