Merge "Show IMSI in RadioInfo."
This commit is contained in:
committed by
Android (Google) Code Review
commit
326c91c8b5
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user