Show IMSI in RadioInfo.
Needs to know IMSI in some carrier testing. Test: manual Change-Id: I020fc0806a65abfa6af43a512c814ea0aa562b88
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
<TextView android:id="@+id/number" style="@style/info_value" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- IMSI -->
|
||||
<LinearLayout style="@style/entry_layout">
|
||||
<TextView android:text="@string/radio_info_imsi_label" style="@style/info_label" />
|
||||
<TextView android:id="@+id/imsi" style="@style/info_value" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Network Identifier -->
|
||||
<LinearLayout style="@style/entry_layout">
|
||||
<TextView android:text="@string/radio_info_current_network_label" style="@style/info_label" />
|
||||
|
@@ -462,6 +462,8 @@
|
||||
<string name="radio_info_roaming_label">Roaming:</string>
|
||||
<!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
|
||||
<string name="radio_info_imei_label">IMEI:</string>
|
||||
<!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, DO NOT TRANSLATE. -->
|
||||
<string name="radio_info_imsi_label">IMSI:</string>
|
||||
<!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
|
||||
<string name="radio_info_call_redirect_label">Call Redirect:</string>
|
||||
<!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
|
||||
|
Reference in New Issue
Block a user