Merge "Add WebView provider setting to developer settings."

This commit is contained in:
Gustav Sennton
2015-12-14 14:33:55 +00:00
committed by Android (Google) Code Review
2 changed files with 57 additions and 0 deletions

View File

@@ -79,6 +79,12 @@
android:summary="@string/picture_color_mode_desc"
android:persistent="false" />
<ListPreference
android:key="select_webview_provider"
android:title="@string/select_webview_provider_title"
android:dialogTitle="@string/select_webview_provider_dialog_title"
android:summary="%s" />
<PreferenceCategory android:key="debug_debugging_category"
android:title="@string/debug_debugging_category">