summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Wang <johnwang@google.com>2011-06-30 14:31:44 -0700
committerJohn Wang <johnwang@google.com>2012-07-11 16:50:32 -0700
commitb0b45c02ec73c87f78a8358a7e98747bd96ec103 (patch)
treed3f187ef7190212d998d7f3885bf2946ab357a99 /res
parentefc229b3c3c969eef1d32d62435741228b96aeb9 (diff)
downloadpackages_apps_Settings-b0b45c02ec73c87f78a8358a7e98747bd96ec103.zip
packages_apps_Settings-b0b45c02ec73c87f78a8358a7e98747bd96ec103.tar.gz
packages_apps_Settings-b0b45c02ec73c87f78a8358a7e98747bd96ec103.tar.bz2
Display FCC id for LTE in Settings.
If ro.ril.fccid is set by RIL, display it at Settings -> About Tablet -> FCC Equipment ID. bug:4965501 Change-Id: I920ab071bf1997c4fbf3ce81f88e24f512d004c3
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/device_info_settings.xml6
2 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 744a814..c2d7110 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1768,6 +1768,8 @@
<string name="firmware_version">Android version</string>
<!-- About phone screen, status item label-->
<string name="model_number">Model number</string>
+ <!-- About phone screen, fcc equipment id label-->
+ <string name="fcc_equipment_id">Equipment ID</string>
<!-- About phone screen, setting option name-->
<string name="baseband_version">Baseband version</string>
<!-- About phone screen, setting option name-->
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml
index 93347c6..b156c11 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"