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
This commit is contained in:
@@ -1511,6 +1511,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 [CHAR LIMIT=30]-->
|
||||
<string name="fcc_equipment_id">FCC Equipment ID</string>
|
||||
<!-- About phone screen, setting option name-->
|
||||
<string name="baseband_version">Baseband version</string>
|
||||
<!-- About phone screen, setting option name-->
|
||||
@@ -1591,7 +1593,7 @@
|
||||
<!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of media on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
|
||||
<string name="memory_media_usage">Media</string>
|
||||
<!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of /sdcard/Download on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
|
||||
<string name="memory_downloads_usage">Downloads</string>
|
||||
<string name="memory_downloads_usage">Downloads</string>
|
||||
<!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of all pictures, videos in /sdcard/DCIM, /sdcard/Pictures folders on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
|
||||
<string name="memory_dcim_usage">Pictures, Videos</string>
|
||||
<!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of audio files in /sdcard on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
|
||||
|
Reference in New Issue
Block a user