From 498fbe470e8201ed6d4a1677025b274d9ca65e0b Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sun, 25 Sep 2011 09:23:27 -0700 Subject: [PATCH] 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 --- res/values/strings.xml | 6 ++++++ res/xml/development_prefs.xml | 7 +++++++ src/com/android/settings/DevelopmentSettings.java | 11 +++++++++++ 3 files changed, 24 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index c8684705a01..6fb90699f69 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2674,6 +2674,12 @@ found in the list of installed applications. USB debugging Debug mode when USB is connected + + Development device ID + + Device information not available Stay awake diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index b65c2e58b0b..76e50aa5a75 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -22,6 +22,13 @@ android:title="@string/enable_adb" android:summary="@string/enable_adb_summary"/> + +