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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user