[Telephony Debug Menu] Add Physical Channel Config
am: 433ca4427c
Change-Id: I38b16e9cf6f96fd6a508141fcd8f45ccf79e25d5
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