summaryrefslogtreecommitdiffstats
path: root/res/xml/device_info_status.xml
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-02-25 14:45:08 -0800
committerDoug Zongker <dougz@android.com>2011-02-25 15:01:50 -0800
commit489c7bff5c54c35e7156a99337d538e08f3aab7f (patch)
tree5b13f7c54fbf5bcf3420034feda0c593f1676423 /res/xml/device_info_status.xml
parent8639a46a22a10e8a27ed5dbaea53a04f83d1d136 (diff)
downloadpackages_apps_Settings-489c7bff5c54c35e7156a99337d538e08f3aab7f.zip
packages_apps_Settings-489c7bff5c54c35e7156a99337d538e08f3aab7f.tar.gz
packages_apps_Settings-489c7bff5c54c35e7156a99337d538e08f3aab7f.tar.bz2
show Build.SERIAL in settings > about > status
For wifi-only devices, this may be the only way we have to identify the device. Change-Id: I70c09e4cdb101282e5d085bcab3f57c890bc7a98 Bug: 3490911
Diffstat (limited to 'res/xml/device_info_status.xml')
-rw-r--r--res/xml/device_info_status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/device_info_status.xml b/res/xml/device_info_status.xml
index dee606d..92abf9d 100644
--- a/res/xml/device_info_status.xml
+++ b/res/xml/device_info_status.xml
@@ -100,6 +100,11 @@
android:title="@string/status_bt_address"
android:summary="@string/device_info_not_available"
android:persistent="false" />
+ <Preference android:key="serial_number"
+ style="?android:attr/preferenceInformationStyle"
+ android:title="@string/status_serial_number"
+ android:summary="@string/device_info_not_available"
+ android:persistent="false" />
<Preference android:key="up_time"
style="?android:attr/preferenceInformationStyle"
android:title="@string/status_up_time"