diff options
Diffstat (limited to 'res/xml/device_info_settings.xml')
-rw-r--r-- | res/xml/device_info_settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml index 3121867..324deaa 100644 --- a/res/xml/device_info_settings.xml +++ b/res/xml/device_info_settings.xml @@ -100,6 +100,12 @@ style="?android:preferenceInformationStyle" android:title="@string/firmware_version" android:summary="@string/device_info_default"/> + + <!-- Device FCC equipment id --> + <Preference android:key="fcc_equipment_id" + style="?android:preferenceInformationStyle" + android:title="@string/fcc_equipment_id" + android:summary="@string/device_info_default"/> <!-- Device Baseband version --> <Preference android:key="baseband_version" |