[Telephony Debug Menu] Add Physical Channel Config
Add a field to display the PhyChanConfig and register for this event as part of the PhoneStateListener. Bug: 78791811 Test: manual Change-Id: Ic038aa65655f8efa98bf1d6388e7c61761d2eb4a
This commit is contained in:
@@ -91,6 +91,18 @@
|
||||
<TextView android:id="@+id/roaming" style="@style/info_value" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Physical Channel Config -->
|
||||
<LinearLayout style="@style/entry_layout">
|
||||
<TextView android:text="@string/radio_info_phy_chan_config" style="@style/info_label" />
|
||||
<TextView android:id="@+id/phy_chan_config" style="@style/info_value" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Horizontal Rule -->
|
||||
<View
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="1dip"
|
||||
android:background="#000000" />
|
||||
|
||||
<!-- Preferred Network Type -->
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user