summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-05-04 19:20:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-04 19:20:21 +0000
commit0fc482ce372d386b1fac2555d4ab4173d8f2c2df (patch)
tree88129e8f7c0c11034106ca470768021d372f63fe /res
parent5d69c2456fc8684d236954ca7ac93feb4e05f71e (diff)
parenta1ee14e3bba85e9f99c0d4a11117a5e29dfadd96 (diff)
downloadandroid_packages_apps_PackageInstaller-0fc482ce372d386b1fac2555d4ab4173d8f2c2df.tar.gz
android_packages_apps_PackageInstaller-0fc482ce372d386b1fac2555d4ab4173d8f2c2df.tar.bz2
android_packages_apps_PackageInstaller-0fc482ce372d386b1fac2555d4ab4173d8f2c2df.zip
Merge "Change string for Location access check" into qt-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d9512f3c..6129a0d9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -584,7 +584,7 @@
<string name="permission_reminders">Permission reminders</string>
<!-- The notification title for background location access reminder notification [CHAR LIMIT=60] -->
- <string name="background_location_access_reminder_notification_title"><xliff:g id="app_name" example="Gmail">%s</xliff:g> has been using your location</string>
+ <string name="background_location_access_reminder_notification_title"><xliff:g id="app_name" example="Gmail">%s</xliff:g> got your location in the background</string>
<!-- The notification content for background location access reminder notification [CHAR LIMIT=none] -->
<string name="background_location_access_reminder_notification_content">This app can always access your location. Tap to change.</string>