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

Commit 5f8ac21c 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

* commit '0a3270e0':
  Give watch Home app location permissions by default
parents 6a5bb153 0a3270e0
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);
                }
            }