summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-11-10 18:37:09 -0600
committerMatt Mower <mowerm@gmail.com>2015-11-14 23:43:55 -0600
commitea2d42d654656b82b582f7991485cf4e406d949d (patch)
treeb6326cb237d66c8927528681dfe3c59f52b4c394 /res/values
parentb64d5e7676a1f31f200ae9b5134b5ccd4aab38d4 (diff)
downloadpackages_apps_SetupWizard-ea2d42d654656b82b582f7991485cf4e406d949d.zip
packages_apps_SetupWizard-ea2d42d654656b82b582f7991485cf4e406d949d.tar.gz
packages_apps_SetupWizard-ea2d42d654656b82b582f7991485cf4e406d949d.tar.bz2
SetupWizard: Update Location services page
* Remove usage of deprecated setLocationProviderEnabled and isLocationProviderEnabled * Use BroadcastReceiver to listen for changes to mode * Replace GPS option with Battery Saving option (there is no longer a mode available in Android which disables GPS) TODO: Create CMStats entry for ENABLE_BATTERY_SAVING_LOCATION Change-Id: I2efe69125518637ae9b7d0dce285c39dae654d4c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8fab9a1..5f1f183 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -51,8 +51,7 @@
<string name="other_services_summary">These services put Google to work for you, and you can turn them on or off at any time. Data will be used in accordance with Google\'s <xliff:g id="name" example="Privacy Policy">%s</xliff:g>.</string>
<string name="location_services_summary">Location services allows system and third party apps to gather and use data such as your approximate location. For example, an app may use your approximate location to locate nearby coffee shops.</string>
<string name="location_access_summary"><b>Allow apps that have asked your permission</b> to use your location information. This may include your current location and past locations.</string>
- <string name="location_gps" product="tablet"><b>Improve location accuracy</b> by allowing apps to use the GPS on your tablet.</string>
- <string name="location_gps" product="default"><b>Improve location accuracy</b> by allowing apps to use the GPS on your phone.</string>
+ <string name="location_battery_saving"><b>Reduce battery consumption</b> by restricting the number of GPS updates per hour.</string>
<string name="location_network"><b>Use Wi-Fi</b> to help apps determine your location.</string>
<string name="location_network_telephony"><b>Use Wi-Fi and mobile networks</b> to help apps determine your location.</string>
<string name="location_network_gms"><b>Use Google\'s location service</b> to help apps determine your location. This means sending anonymous location data to Google, even when no apps are running.</string>