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

Commit c04e06e6 authored by Eran Messeri's avatar Eran Messeri
Browse files

Update strings for location services notification

Update the strings in the notification that is shown when the admin is
using setLocationEnabled - turning on location services device-wide.

Tested manually:
* Factory reset a device.
* Install testdpc from go/testdpc
* Set TestDPC as device owner.
* Navigate to Settings > Location, turn off location services.
* Use TestDPC to set location enabled.

Bug: 151919526
Test: Manual, see above.
Change-Id: I04069493116162621f7bc95579db7572247c2cc6
parent 6ef8f5e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -416,10 +416,10 @@

    <!-- Content title for a notification. This notification indicates that the device owner has
         changed the location settings. [CHAR LIMIT=NONE] -->
    <string name="location_changed_notification_title">Location settings changed by your admin</string>
    <string name="location_changed_notification_title">Apps can access your location</string>
    <!-- Content text for a notification. Tapping opens device location settings.
         [CHAR LIMIT=NONE] -->
    <string name="location_changed_notification_text">Tap to see your location settings.</string>
    <string name="location_changed_notification_text">Contact your IT admin to learn more</string>

    <!-- Feature Id for Country Detector. [CHAR LIMIT=NONE]-->
    <string name="country_detector">Country Detector</string>