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

Commit 90814f00 authored by Anthony Hugh's avatar Anthony Hugh
Browse files

Give watch Home app location permissions by default

BUG: 24973857
Change-Id: Ia2758a1822791fb89e6e1f6f20daba9e93cf1794
parent d4539926
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);
                }
            }