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

Commit a21c304b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b8c00934 d6d55744
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);
            }
        }
    }