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

Commit 73435a39 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #110010842: 875481 hi - Android - [Source] Context...

...unclear or missing: Source text does not clarify the exact message!

New text for foreground location permission was um missing
the word "location". :)

Bug: 110010842
Test: manual
Change-Id: I4c31bd8b48437f2cab5a2f5a54a38a1984771db8
parent b961e660
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1082,7 +1082,7 @@
        with the operation of the GPS or other location sources.</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_accessFineLocation">access precise only in the foreground</string>
    <string name="permlab_accessFineLocation">access precise location only in the foreground</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_accessFineLocation">This app can get your exact location only when it is in the foreground. 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>