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

Commit a7882195 authored by Anthony Hugh's avatar Anthony Hugh Committed by android-build-merger
Browse files

Merge "Give watch Home app location permissions by default" into cw-e-dev am: 0a3270e0

am: 5f8ac21c

* commit '5f8ac21c':
  Give watch Home app location permissions by default
parents fb834354 5f8ac21c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -586,6 +586,8 @@ final class DefaultPermissionGrantPolicy {
                    grantRuntimePermissionsLPw(wearHomePackage, PHONE_PERMISSIONS, true, userId);
                    grantRuntimePermissionsLPw(wearHomePackage, MICROPHONE_PERMISSIONS, false,
                            userId);
                    grantRuntimePermissionsLPw(wearHomePackage, LOCATION_PERMISSIONS, false,
                            userId);
                }
            }