Add TelephonyMonitor debug switch in Developer Options.

Test: make ROBOTEST_FILTER=TelephonyMonitorPreferenceControllerTest
RunSettingsRoboTests -j40

Bug:35206589
Change-Id: I72d89acab95980511a2fd54420fd9d3c5ddaddab
This commit is contained in:
Youhan Wang
2017-02-09 09:50:39 -08:00
parent 5ac2e138b1
commit 607ffe685e
7 changed files with 306 additions and 1 deletions

View File

@@ -166,6 +166,11 @@
android:entries="@array/select_logpersist_titles"
android:entryValues="@array/select_logpersist_values" />
<SwitchPreference
android:key="telephony_monitor_switch"
android:title="@string/telephony_monitor_switch"
android:summary="@string/telephony_monitor_switch_summary"/>
</PreferenceCategory>
<PreferenceCategory android:key="debug_networking_category"