summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-09-25 09:23:27 -0700
committerKenny Root <kroot@google.com>2011-09-26 09:55:03 -0700
commit498fbe470e8201ed6d4a1677025b274d9ca65e0b (patch)
treeb62716980373ea69e2aa8ebb2cfe37697421abdc /res/values
parentbde64e3d93b0144cd8b7c0ff65103ffb63fddba7 (diff)
downloadpackages_apps_settings-498fbe470e8201ed6d4a1677025b274d9ca65e0b.zip
packages_apps_settings-498fbe470e8201ed6d4a1677025b274d9ca65e0b.tar.gz
packages_apps_settings-498fbe470e8201ed6d4a1677025b274d9ca65e0b.tar.bz2
Make verifier device id information visible
This makes the verifier device identifier information for this particular device visible in the "Development" screen of Settings. Bug: 5205163 Change-Id: I55e0b32fe98f898e6e8d723ce6696529fdccffd0
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c868470..6fb9069 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2674,6 +2674,12 @@ found in the list of installed applications.</string>
<string name="enable_adb">USB debugging</string>
<!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
<string name="enable_adb_summary">Debug mode when USB is connected</string>
+ <!-- Development settings: title for the field that shows the "App ID" development identifier
+ for this device. [CHAR LIMIT=40] -->
+ <string name="verifier_device_identifier">Development device ID</string>
+ <!-- Development settings: a string to show when the "App ID" development identifier for this
+ device cannot be read from internal settings. [CHAR LIMIT=60] -->
+ <string name="verifier_device_identifier_not_available">Device information not available</string>
<!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
<string name="keep_screen_on">Stay awake</string>
<!-- setting Checkbox summary whether to keep the screen on when plugged in -->