Move iccid number to sim status dialog
- Remove iccid number logic from imei dialog - Add iccid number log to sim status dialog Bug: 36458278 Test: make RunSettingsRoboTests -j40 Change-Id: I087688645169b387b9d65264e2c8b70ca565a44e
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- These items are for GSM and LTE enabled CDMA phones -->
|
||||
<LinearLayout
|
||||
android:id="@+id/gsm_settings"
|
||||
android:orientation="vertical"
|
||||
@@ -99,16 +100,5 @@
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
style="@style/device_info_dialog_label"
|
||||
android:id="@+id/icc_id_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/status_icc_id"/>
|
||||
<TextView
|
||||
style="@style/device_info_dialog_value"
|
||||
android:id="@+id/icc_id_value"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
@@ -128,5 +128,17 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/device_info_not_available"/>
|
||||
|
||||
<TextView
|
||||
style="@style/device_info_dialog_label"
|
||||
android:id="@+id/icc_id_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/status_icc_id"/>
|
||||
<TextView
|
||||
style="@style/device_info_dialog_value"
|
||||
android:id="@+id/icc_id_value"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user