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
This commit is contained in:
Doug Zongker
2011-02-25 14:45:08 -08:00
parent 8639a46a22
commit 489c7bff5c
3 changed files with 16 additions and 0 deletions

View File

@@ -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"