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
This commit is contained in:
Eran Messeri
2020-03-24 12:08:47 +00:00
parent 6ef8f5e1ab
commit c04e06e67d

View File

@@ -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>