diff options
| author | 2020-03-24 12:08:47 +0000 | |
|---|---|---|
| committer | 2020-03-24 12:08:47 +0000 | |
| commit | c04e06e67d53bc7e4167fa1062684fbda468b40a (patch) | |
| tree | 08534f64144539a238b4ad403f54b06f41bfff80 | |
| parent | 6ef8f5e1abc2676b0ea01f19570544274082eb5a (diff) | |
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
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 26024ed34bc3..f3e5b61a70b2 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -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> |