Merge "Split "Mobile Network Type" indication in Settings" into pi-dev

This commit is contained in:
Hall Liu
2018-03-19 21:15:26 +00:00
committed by Android (Google) Code Review
5 changed files with 54 additions and 113 deletions

View File

@@ -2750,7 +2750,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" -->