Default ICCID number to unavailable if no sim

Test: Manual
Change-Id: I22c69b5c40578a43f5edf01487e41b14e08ec35b
This commit is contained in:
jeffreyhuang
2017-12-04 14:42:09 -08:00
parent 7ec34c1781
commit 1012c60fd2

View File

@@ -139,6 +139,7 @@
style="@style/device_info_dialog_value"
android:id="@+id/icc_id_value"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content"
android:text="@string/device_info_not_available"/>
</LinearLayout>
</ScrollView>