Merge changes Ibf5dc65b,I0cea3f76,I0dda78b4
* changes: Phone number in about phone v2 Dynamic preferences for sim status Dynamic preferences for IMEI
This commit is contained in:
committed by
Android (Google) Code Review
commit
f1b6d629bf
@@ -2664,9 +2664,7 @@
|
||||
<!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
|
||||
<string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
|
||||
<!-- About phone screen, title for IMEI for multi-sim devices -->
|
||||
<string name="imei_multi_sim_slot_1">IMEI (sim slot 1)</string>
|
||||
<!-- About phone screen, title for IMEI for multi-sim devices -->
|
||||
<string name="imei_multi_sim_slot_2">IMEI (sim slot 2)</string>
|
||||
<string name="imei_multi_sim">IMEI (sim slot %1$d)</string>
|
||||
<!-- Do not translate. About phone, status item title -->
|
||||
<string name="status_imei">IMEI</string>
|
||||
<!-- Do not translate. About phone, status item title -->
|
||||
@@ -2677,6 +2675,10 @@
|
||||
<string name="status_number" product="tablet">MDN</string>
|
||||
<!-- About phone, status item title. The phone number of the current device [CHAR LIMIT=30] -->
|
||||
<string name="status_number" product="default">Phone number</string>
|
||||
<!-- About tablet, status item title for multi-sim devices. The Mobile Directory Number [CHAR LIMIT=30] -->
|
||||
<string name="status_number_sim_slot" product="tablet">MDN (sim slot %1$d)</string>
|
||||
<!-- About phone, status item title for multi-sim devices. The phone number of the current device [CHAR LIMIT=30] -->
|
||||
<string name="status_number_sim_slot" product="default">Phone number (sim slot %1$d)</string>
|
||||
<!-- About tablet, status item title. The Mobile Directory Number [CHAR LIMIT=30] -->
|
||||
<string name="status_number_sim_status" product="tablet">MDN on SIM</string>
|
||||
<!-- About phone, status item title. The phone number of the current device [CHAR LIMIT=30] -->
|
||||
@@ -2688,9 +2690,7 @@
|
||||
<!-- About phone, status item title. The phone PRL Version of the current device.-->
|
||||
<string name="status_prl_version">PRL version</string>
|
||||
<!-- About phone screen, title for MEID for multi-sim devices -->
|
||||
<string name="meid_multi_sim_sim_slot_1">MEID (sim slot 1)</string>
|
||||
<!-- About phone screen, title for MEID for multi-sim devices -->
|
||||
<string name="meid_multi_sim_sim_slot_2">MEID (sim slot 2)</string>
|
||||
<string name="meid_multi_sim">MEID (sim slot %1$d)</string>
|
||||
<!-- About phone, status item title. The phone MEID number of the current LTE/CDMA device. [CHAR LIMIT=30] -->
|
||||
<string name="status_meid_number">MEID</string>
|
||||
<!-- About phone, status item title. The ICCID of the current LTE device. [CHAR LIMIT=30] -->
|
||||
@@ -6447,9 +6447,7 @@
|
||||
<!-- SIM status title [CHAR LIMIT=40] -->
|
||||
<string name="sim_status_title">SIM status</string>
|
||||
<!-- SIM status title [CHAR LIMIT=40] -->
|
||||
<string name="sim_status_title_sim_slot_1">SIM status (sim slot 1)</string>
|
||||
<!-- SIM status title [CHAR LIMIT=40] -->
|
||||
<string name="sim_status_title_sim_slot_2">SIM status (sim slot 2)</string>
|
||||
<string name="sim_status_title_sim_slot">SIM status (sim slot %1$d)</string>
|
||||
<!-- Title for call back. [CHAR LIMIT=60] -->
|
||||
<string name="sim_call_back_title">Call back from default SIM</string>
|
||||
<!-- Title for outgoing back. [CHAR LIMIT=60] -->
|
||||
|
@@ -25,51 +25,43 @@
|
||||
<!-- Phone number -->
|
||||
<Preference
|
||||
android:key="phone_number"
|
||||
android:order="0"
|
||||
android:title="@string/status_number"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!-- SIM status Sim Slot 1 -->
|
||||
<!-- SIM status -->
|
||||
<Preference
|
||||
android:key="sim_status_sim_1"
|
||||
android:key="sim_status"
|
||||
android:order="10"
|
||||
android:title="@string/sim_status_title"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!-- SIM status Sim Slot 2-->
|
||||
<Preference
|
||||
android:key="sim_status_sim_2"
|
||||
android:title="@string/sim_status_title_sim_slot_2"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
|
||||
<!-- Model & hardware -->
|
||||
<Preference
|
||||
android:key="device_model"
|
||||
android:order="21"
|
||||
android:title="@string/hardware_info"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!-- IMEI Sim Slot 1 -->
|
||||
<!-- IMEI -->
|
||||
<Preference
|
||||
android:key="imei_info_sim_slot_1"
|
||||
android:key="imei_info"
|
||||
android:order="22"
|
||||
android:title="@string/status_imei"
|
||||
settings:keywords="@string/keywords_imei_info"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!-- IMEI Sim Slot 2 -->
|
||||
<Preference
|
||||
android:key="imei_info_sim_slot_2"
|
||||
android:title="@string/imei_multi_sim_slot_2"
|
||||
settings:keywords="@string/keywords_imei_info"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!-- Android version -->
|
||||
<Preference
|
||||
android:key="firmware_version"
|
||||
android:order="32"
|
||||
android:title="@string/firmware_version"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!--IP address -->
|
||||
<Preference
|
||||
android:key="wifi_ip_address"
|
||||
android:order="33"
|
||||
android:title="@string/wifi_ip_address"
|
||||
android:summary="@string/summary_placeholder"
|
||||
settings:allowDividerAbove="true"/>
|
||||
@@ -77,12 +69,14 @@
|
||||
<!-- Wi-Fi MAC address -->
|
||||
<Preference
|
||||
android:key="wifi_mac_address"
|
||||
android:order="34"
|
||||
android:title="@string/status_wifi_mac_address"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
<!-- Bluetooth address -->
|
||||
<Preference
|
||||
android:key="bt_address"
|
||||
android:order="35"
|
||||
android:title="@string/status_bt_address"
|
||||
android:summary="@string/summary_placeholder"/>
|
||||
|
||||
@@ -90,6 +84,7 @@
|
||||
<!-- Legal information -->
|
||||
<Preference
|
||||
android:key="legal_container"
|
||||
android:order="36"
|
||||
android:title="@string/legal_information"
|
||||
android:fragment="com.android.settings.LegalSettings"
|
||||
settings:allowDividerAbove="true"/>
|
||||
@@ -97,6 +92,7 @@
|
||||
<!-- Regulatory labels -->
|
||||
<Preference
|
||||
android:key="regulatory_info"
|
||||
android:order="37"
|
||||
android:title="@string/regulatory_labels">
|
||||
<intent android:action="android.settings.SHOW_REGULATORY_INFO"/>
|
||||
</Preference>
|
||||
@@ -104,6 +100,7 @@
|
||||
<!-- Safety & regulatory manual -->
|
||||
<Preference
|
||||
android:key="safety_info"
|
||||
android:order="38"
|
||||
android:title="@string/safety_and_regulatory_info">
|
||||
<intent android:action="android.settings.SHOW_SAFETY_AND_REGULATORY_INFO"/>
|
||||
</Preference>
|
||||
@@ -111,6 +108,7 @@
|
||||
<!-- Build number -->
|
||||
<Preference
|
||||
android:key="build_number"
|
||||
android:order="39"
|
||||
android:title="@string/build_number"
|
||||
android:summary="@string/summary_placeholder"
|
||||
settings:allowDividerAbove="true"/>
|
||||
|
Reference in New Issue
Block a user