Merge "Add EID into SIM status dialog"
This commit is contained in:
committed by
Android (Google) Code Review
commit
09a7a819a4
@@ -141,5 +141,18 @@
|
||||
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/esim_id_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/status_esim_id"/>
|
||||
<TextView
|
||||
style="@style/device_info_dialog_value"
|
||||
android:id="@+id/esim_id_value"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/device_info_not_available"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
@@ -2765,6 +2765,8 @@
|
||||
<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" -->
|
||||
<string name="status_data_state">Mobile network state</string>
|
||||
<!-- About phone, status item title. The ID of embedded SIM card. -->
|
||||
<string name="status_esim_id">EID</string>
|
||||
<!-- About phone, status item title. The status of whether we have service. for example, the value may be "In service" -->
|
||||
<string name="status_service_state">Service state</string>
|
||||
<!-- About phone, status item title. The current cell tower signal strength -->
|
||||
|
Reference in New Issue
Block a user