summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEvan Severson <evanseverson@google.com>2019-05-03 12:12:07 -0700
committerEvan Severson <evanseverson@google.com>2019-05-03 12:22:21 -0700
commita1ee14e3bba85e9f99c0d4a11117a5e29dfadd96 (patch)
tree61068ea92baa47cf5971dd0a65f958355f7c22f0 /res
parent0d3ea56d8f195852ed59659393df85ef1002d0d6 (diff)
downloadandroid_packages_apps_PackageInstaller-a1ee14e3bba85e9f99c0d4a11117a5e29dfadd96.tar.gz
android_packages_apps_PackageInstaller-a1ee14e3bba85e9f99c0d4a11117a5e29dfadd96.tar.bz2
android_packages_apps_PackageInstaller-a1ee14e3bba85e9f99c0d4a11117a5e29dfadd96.zip
Change string for Location access check
Test: Build Fixes: 131838665 Change-Id: I0e65a8de0eae49e8824bdc37ffe43b1d6c2da2a4
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>