Merge "Default ICCID number to unavailable if no sim"

This commit is contained in:
Jeffrey Huang
2017-12-05 18:34:05 +00:00
committed by Android (Google) Code Review

View File

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