Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-05 09:23:13 +00:00
committed by Android (Google) Code Review
9 changed files with 40 additions and 7 deletions

View File

@@ -65,6 +65,7 @@
<Preference
android:key="connection_preferences"
android:title="@string/connected_device_connections_title"
android:summary="@string/summary_placeholder"
android:fragment="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment"
settings:allowDividerAbove="true"
settings:controller="com.android.settings.connecteddevice.AdvancedConnectedDeviceController"/>

View File

@@ -38,6 +38,7 @@
<Preference
android:key="bug_report_handler"
android:title="@string/bug_report_handler_title"
android:summary="@string/summary_placeholder"
android:fragment="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
<Preference
@@ -64,6 +65,7 @@
<ListPreference
android:key="hdcp_checking"
android:title="@string/hdcp_checking_title"
android:summary="@string/summary_placeholder"
android:dialogTitle="@string/hdcp_checking_dialog_title"
android:entries="@array/hdcp_checking_titles"
android:entryValues="@array/hdcp_checking_values" />