Split "Mobile Network Type" indication in Settings

Display data and voice network type for clarity

Change-Id: I26e52dcc564dfd96e36e45d94d6e69225ea4a80f
Fixes: 70938010
Test: manual, unit
This commit is contained in:
Hall Liu
2018-03-13 18:28:58 -07:00
parent 4786291624
commit 6f4b185331
5 changed files with 54 additions and 113 deletions

View File

@@ -2751,7 +2751,9 @@
<!-- About phone, status item title. The ICCID of the current LTE device. [CHAR LIMIT=30] -->
<string name="status_icc_id">ICCID</string>
<!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
<string name="status_network_type">Mobile network type</string>
<string name="status_data_network_type">Mobile data network type</string>
<!-- About phone, status item title for the type of voice phone network we're connected to, for example 3G or Edge or GPRS -->
<string name="status_voice_network_type">Mobile voice network type</string>
<!-- About phone, status item title for the latest area info cell broadcast received (Brazil only). -->
<string name="status_latest_area_info">Operator info</string>
<!-- About phone, status item title. The status of data access. For example, the value may be "Connected" -->