diff options
author | Janet Sun <jsun@cyngn.com> | 2016-08-05 16:41:16 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-09-08 13:43:09 -0700 |
commit | 31be1080addd6860b16aef708c1052f8c7d3b663 (patch) | |
tree | 530b656ba6839bc41c55114b0c9174b455448404 /res/values/cm_strings.xml | |
parent | abcf8652e4d308d51110fafd00ecc90f9b607d83 (diff) | |
download | packages_apps_Settings-31be1080addd6860b16aef708c1052f8c7d3b663.zip packages_apps_Settings-31be1080addd6860b16aef708c1052f8c7d3b663.tar.gz packages_apps_Settings-31be1080addd6860b16aef708c1052f8c7d3b663.tar.bz2 |
Settings: Hidden option to view Device ID
On tapping 7 times, show the device ID and copy it
to clipboard.
CYNGNOS-3232
Change-Id: I1f18874be20671d66ccbe9132bce5d772be14dd9
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 7f7b290..9879df7 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -15,6 +15,18 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to show Device Id --> + <plurals name="show_device_id_countdown_cm"> + <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from querying Device ID.</item> + <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from querying Device ID.</item> + </plurals> + <!-- Device Info screen. Confirmation that Device ID is copied to clipboard --> + <string name="show_device_id_copied_cm">Device ID:[<xliff:g id="device_id">%1$s</xliff:g>] copied to clipboard</string> + <!-- Device Info screen. Confirmation that Device ID is not available --> + <string name="show_device_id_failed_cm">Device ID is not available on this build</string> + <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard --> + <string name="show_device_id_clipboard_label">Device ID</string> + <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings --> <plurals name="show_dev_countdown_cm"> <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item> |