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

Commit 32664353 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Background permission is for fine and course location

Before it appeared as if the location-background permission only affects
the precise location.

Also changed the detailed description to make clear that this
permission is need _additionally_ to the fine and course location
permissions.

Bug: 78788390
Test: Only string changes
Change-Id: Ic76043cc1f72d893bb065593abeae43641155396
parent 2616b08d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1132,9 +1132,9 @@
    <string name="permdesc_accessCoarseLocation" product="default">This app can get your location based on network sources such as cell towers and Wi-Fi networks. These location services must be turned on and available on your phone for the app to be able to use them.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_accessBackgroundLocation">access precise location in the background</string>
    <string name="permlab_accessBackgroundLocation">access location in the background</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_accessBackgroundLocation">This app can get your exact location any time it is in the background. These location services must be turned on and available on your phone for the app to be able to use them. This may increase battery consumption.</string>
    <string name="permdesc_accessBackgroundLocation">If this is granted additionally to the approximate or precise location access the app can access the location while running in the background.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_modifyAudioSettings">change your audio settings</string>