diff options
author | cretin45 <cretin45@gmail.com> | 2015-01-19 14:29:43 -0800 |
---|---|---|
committer | cretin45 <cretin45@gmail.com> | 2015-01-19 14:29:43 -0800 |
commit | 48ca24eb9b92c9b62970c3a12e963f497fc65bbc (patch) | |
tree | 22fd632ddb0216535656ce636159e11432850995 /res/values | |
parent | 74ca6faf3aca5658e163a8f3930b67cfeb646698 (diff) | |
download | packages_apps_SetupWizard-48ca24eb9b92c9b62970c3a12e963f497fc65bbc.zip packages_apps_SetupWizard-48ca24eb9b92c9b62970c3a12e963f497fc65bbc.tar.gz packages_apps_SetupWizard-48ca24eb9b92c9b62970c3a12e963f497fc65bbc.tar.bz2 |
SetupWizard: Add Cyanogen services page
Change-Id: I39970b1b659a3a7ed3bb5b4350707aa0e53aba24
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 60d96f7..bda7eac 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -51,7 +51,7 @@ <string name="location_services_summary">Location services allows Maps and other apps to gather and use data such as your approximate location. For example, Maps may use your approximate location to locate nearby coffee shops.</string> <string name="location_access_summary">Allow apps that have asked your permission to use your location information. This may include your current location and past locations.</string> <string name="location_gps">Improve location accuracy by allowing apps to use the GPS on your phone.</string> - <string name="location_network">Use Google’s location service to help apps determine your location. This means sending annonymous location data to Google, even when no apps are running.</string> + <string name="location_network">Use Google\'s location service to help apps determine your location. This means sending annonymous location data to Google, even when no apps are running.</string> <string name="setup_mobile_data">Turn On Mobile Data</string> <string name="setup_mobile_data_no_service">No service</string> @@ -63,4 +63,11 @@ <string name="data_sim_name">SIM <xliff:g id="sub">%d</xliff:g> - <xliff:g id="name">%s</xliff:g></string> <string name="emergency_call">Emergency Call</string> + + <string name="setup_services">Cyanogen services</string> + <string name="services_explanation">These services work for you to extend the capabilities of your device. You can turn them off at anytime. Data will be used in accordance with Cyanogen\'s %s.</string> + <string name="services_privacy_policy">Privacy Policy</string> + <string name="services_metrics_label"><b>Help improve Cyanogen OS</b> by automatically sending diagnostic and usage data to Cyanogen. This information won’t be used to identify you and lends a hand to teams working on things like battery life, app performance, and new Cyanogen OS features.</string> + <string name="services_os_nav_keys_label"><b>Use on screen navigation keys</b> to move between screens instead of hardware keys.</string> + <string name="services_secure_sms_label"><b>Use secure SMS</b> to encrypt SMS conversations with other users using secure SMS on a Cyanogen OS device.</string> </resources> |