Move injected tiles under debug section
Bug: 64762598 Test: atest UniquePreferenceTest Change-Id: I6d6661b84c2a94bc66e1afe04c01fee39282506a
This commit is contained in:
@@ -19,6 +19,10 @@
|
|||||||
android:key="development_prefs_screen"
|
android:key="development_prefs_screen"
|
||||||
android:title="@string/development_settings_title">
|
android:title="@string/development_settings_title">
|
||||||
|
|
||||||
|
<PreferenceCategory
|
||||||
|
android:key="debug_misc_category"
|
||||||
|
android:order="100">
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="memory"
|
android:key="memory"
|
||||||
android:icon="@drawable/ic_settings_memory"
|
android:icon="@drawable/ic_settings_memory"
|
||||||
@@ -35,7 +39,7 @@
|
|||||||
android:key="local_backup_password"
|
android:key="local_backup_password"
|
||||||
android:title="@string/local_backup_password_title"
|
android:title="@string/local_backup_password_title"
|
||||||
android:summary="@string/local_backup_password_summary_none"
|
android:summary="@string/local_backup_password_summary_none"
|
||||||
android:persistent="false" >
|
android:persistent="false">
|
||||||
<intent
|
<intent
|
||||||
android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
|
android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
|
||||||
android:targetPackage="com.android.settings"
|
android:targetPackage="com.android.settings"
|
||||||
@@ -58,13 +62,13 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="bt_hci_snoop_log"
|
android:key="bt_hci_snoop_log"
|
||||||
android:title="@string/bt_hci_snoop_log"
|
android:title="@string/bt_hci_snoop_log"
|
||||||
android:summary="@string/bt_hci_snoop_log_summary"/>
|
android:summary="@string/bt_hci_snoop_log_summary" />
|
||||||
|
|
||||||
<com.android.settingslib.RestrictedSwitchPreference
|
<com.android.settingslib.RestrictedSwitchPreference
|
||||||
android:key="oem_unlock_enable"
|
android:key="oem_unlock_enable"
|
||||||
android:title="@string/oem_unlock_enable"
|
android:title="@string/oem_unlock_enable"
|
||||||
android:summary="@string/oem_unlock_enable_summary"
|
android:summary="@string/oem_unlock_enable_summary"
|
||||||
settings:useAdditionalSummary="true"/>
|
settings:useAdditionalSummary="true" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="running_apps"
|
android:key="running_apps"
|
||||||
@@ -107,14 +111,17 @@
|
|||||||
android:key="quick_settings_tiles"
|
android:key="quick_settings_tiles"
|
||||||
android:title="@string/quick_settings_developer_tiles"
|
android:title="@string/quick_settings_developer_tiles"
|
||||||
android:fragment="com.android.settings.development.qstile.DevelopmentTileConfigFragment" />
|
android:fragment="com.android.settings.development.qstile.DevelopmentTileConfigFragment" />
|
||||||
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_debugging_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_debugging_category">
|
android:key="debug_debugging_category"
|
||||||
|
android:title="@string/debug_debugging_category"
|
||||||
|
android:order="200">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="enable_adb"
|
android:key="enable_adb"
|
||||||
android:title="@string/enable_adb"
|
android:title="@string/enable_adb"
|
||||||
android:summary="@string/enable_adb_summary"/>
|
android:summary="@string/enable_adb_summary" />
|
||||||
|
|
||||||
<Preference android:key="clear_adb_keys"
|
<Preference android:key="clear_adb_keys"
|
||||||
android:title="@string/clear_adb_keys" />
|
android:title="@string/clear_adb_keys" />
|
||||||
@@ -127,7 +134,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="bugreport_in_power"
|
android:key="bugreport_in_power"
|
||||||
android:title="@string/bugreport_in_power"
|
android:title="@string/bugreport_in_power"
|
||||||
android:summary="@string/bugreport_in_power_summary"/>
|
android:summary="@string/bugreport_in_power_summary" />
|
||||||
|
|
||||||
<Preference android:key="mock_location_app"
|
<Preference android:key="mock_location_app"
|
||||||
android:title="@string/mock_location_app" />
|
android:title="@string/mock_location_app" />
|
||||||
@@ -135,7 +142,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="enable_gnss_raw_meas_full_tracking"
|
android:key="enable_gnss_raw_meas_full_tracking"
|
||||||
android:title="@string/enable_gnss_raw_meas_full_tracking"
|
android:title="@string/enable_gnss_raw_meas_full_tracking"
|
||||||
android:summary="@string/enable_gnss_raw_meas_full_tracking_summary"/>
|
android:summary="@string/enable_gnss_raw_meas_full_tracking_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="debug_view_attributes"
|
android:key="debug_view_attributes"
|
||||||
@@ -147,12 +154,12 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="wait_for_debugger"
|
android:key="wait_for_debugger"
|
||||||
android:title="@string/wait_for_debugger"
|
android:title="@string/wait_for_debugger"
|
||||||
android:summary="@string/wait_for_debugger_summary"/>
|
android:summary="@string/wait_for_debugger_summary" />
|
||||||
|
|
||||||
<com.android.settingslib.RestrictedSwitchPreference
|
<com.android.settingslib.RestrictedSwitchPreference
|
||||||
android:key="verify_apps_over_usb"
|
android:key="verify_apps_over_usb"
|
||||||
android:title="@string/verify_apps_over_usb_title"
|
android:title="@string/verify_apps_over_usb_title"
|
||||||
android:summary="@string/verify_apps_over_usb_summary"/>
|
android:summary="@string/verify_apps_over_usb_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="select_logd_size"
|
android:key="select_logd_size"
|
||||||
@@ -171,7 +178,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="connectivity_monitor_switch"
|
android:key="connectivity_monitor_switch"
|
||||||
android:title="@string/connectivity_monitor_switch"
|
android:title="@string/connectivity_monitor_switch"
|
||||||
android:summary="@string/connectivity_monitor_switch_summary"/>
|
android:summary="@string/connectivity_monitor_switch_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="camera_laser_sensor_switch"
|
android:key="camera_laser_sensor_switch"
|
||||||
@@ -180,42 +187,48 @@
|
|||||||
<Preference
|
<Preference
|
||||||
android:key="feature_flags_dashboard"
|
android:key="feature_flags_dashboard"
|
||||||
android:title="@string/feature_flags_dashboard_title"
|
android:title="@string/feature_flags_dashboard_title"
|
||||||
android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard"/>
|
android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="enable_gpu_debug_layers"
|
android:key="enable_gpu_debug_layers"
|
||||||
android:title="@string/enable_gpu_debug_layers"
|
android:title="@string/enable_gpu_debug_layers"
|
||||||
android:summary="@string/enable_gpu_debug_layers_summary"/>
|
android:summary="@string/enable_gpu_debug_layers_summary" />
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_networking_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_networking_category">
|
android:key="dashboard_tile_placeholder"
|
||||||
|
android:order="300" />
|
||||||
|
|
||||||
|
<PreferenceCategory
|
||||||
|
android:key="debug_networking_category"
|
||||||
|
android:title="@string/debug_networking_category"
|
||||||
|
android:order="400">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="wifi_display_certification"
|
android:key="wifi_display_certification"
|
||||||
android:title="@string/wifi_display_certification"
|
android:title="@string/wifi_display_certification"
|
||||||
android:summary="@string/wifi_display_certification_summary"/>
|
android:summary="@string/wifi_display_certification_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="wifi_verbose_logging"
|
android:key="wifi_verbose_logging"
|
||||||
android:title="@string/wifi_verbose_logging"
|
android:title="@string/wifi_verbose_logging"
|
||||||
android:summary="@string/wifi_verbose_logging_summary"/>
|
android:summary="@string/wifi_verbose_logging_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="wifi_connected_mac_randomization"
|
android:key="wifi_connected_mac_randomization"
|
||||||
android:title="@string/wifi_connected_mac_randomization"
|
android:title="@string/wifi_connected_mac_randomization"
|
||||||
android:summary="@string/wifi_connected_mac_randomization_summary"/>
|
android:summary="@string/wifi_connected_mac_randomization_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="mobile_data_always_on"
|
android:key="mobile_data_always_on"
|
||||||
android:title="@string/mobile_data_always_on"
|
android:title="@string/mobile_data_always_on"
|
||||||
android:summary="@string/mobile_data_always_on_summary"/>
|
android:summary="@string/mobile_data_always_on_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="tethering_hardware_offload"
|
android:key="tethering_hardware_offload"
|
||||||
android:title="@string/tethering_hardware_offload"
|
android:title="@string/tethering_hardware_offload"
|
||||||
android:summary="@string/tethering_hardware_offload_summary"/>
|
android:summary="@string/tethering_hardware_offload_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="select_usb_configuration"
|
android:key="select_usb_configuration"
|
||||||
@@ -227,17 +240,17 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="bluetooth_show_devices_without_names"
|
android:key="bluetooth_show_devices_without_names"
|
||||||
android:title="@string/bluetooth_show_devices_without_names"
|
android:title="@string/bluetooth_show_devices_without_names"
|
||||||
android:summary="@string/bluetooth_show_devices_without_names_summary"/>
|
android:summary="@string/bluetooth_show_devices_without_names_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="bluetooth_disable_absolute_volume"
|
android:key="bluetooth_disable_absolute_volume"
|
||||||
android:title="@string/bluetooth_disable_absolute_volume"
|
android:title="@string/bluetooth_disable_absolute_volume"
|
||||||
android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
|
android:summary="@string/bluetooth_disable_absolute_volume_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="bluetooth_disable_inband_ringing"
|
android:key="bluetooth_disable_inband_ringing"
|
||||||
android:title="@string/bluetooth_disable_inband_ringing"
|
android:title="@string/bluetooth_disable_inband_ringing"
|
||||||
android:summary="@string/bluetooth_disable_inband_ringing_summary"/>
|
android:summary="@string/bluetooth_disable_inband_ringing_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="bluetooth_select_avrcp_version"
|
android:key="bluetooth_select_avrcp_version"
|
||||||
@@ -290,38 +303,42 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_input_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_input_category">
|
android:key="debug_input_category"
|
||||||
|
android:title="@string/debug_input_category"
|
||||||
|
android:order="500">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_touches"
|
android:key="show_touches"
|
||||||
android:title="@string/show_touches"
|
android:title="@string/show_touches"
|
||||||
android:summary="@string/show_touches_summary"/>
|
android:summary="@string/show_touches_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="pointer_location"
|
android:key="pointer_location"
|
||||||
android:title="@string/pointer_location"
|
android:title="@string/pointer_location"
|
||||||
android:summary="@string/pointer_location_summary"/>
|
android:summary="@string/pointer_location_summary" />
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_drawing_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_drawing_category">
|
android:key="debug_drawing_category"
|
||||||
|
android:title="@string/debug_drawing_category"
|
||||||
|
android:order="600">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_screen_updates"
|
android:key="show_screen_updates"
|
||||||
android:title="@string/show_screen_updates"
|
android:title="@string/show_screen_updates"
|
||||||
android:summary="@string/show_screen_updates_summary"/>
|
android:summary="@string/show_screen_updates_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="debug_layout"
|
android:key="debug_layout"
|
||||||
android:title="@string/debug_layout"
|
android:title="@string/debug_layout"
|
||||||
android:summary="@string/debug_layout_summary"/>
|
android:summary="@string/debug_layout_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="force_rtl_layout_all_locales"
|
android:key="force_rtl_layout_all_locales"
|
||||||
android:title="@string/force_rtl_layout_all_locales"
|
android:title="@string/force_rtl_layout_all_locales"
|
||||||
android:summary="@string/force_rtl_layout_all_locales_summary"/>
|
android:summary="@string/force_rtl_layout_all_locales_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="window_animation_scale"
|
android:key="window_animation_scale"
|
||||||
@@ -357,23 +374,25 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_hw_drawing_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_hw_drawing_category">
|
android:key="debug_hw_drawing_category"
|
||||||
|
android:title="@string/debug_hw_drawing_category"
|
||||||
|
android:order="700">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="force_hw_ui"
|
android:key="force_hw_ui"
|
||||||
android:title="@string/force_hw_ui"
|
android:title="@string/force_hw_ui"
|
||||||
android:summary="@string/force_hw_ui_summary"/>
|
android:summary="@string/force_hw_ui_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_hw_screen_updates"
|
android:key="show_hw_screen_updates"
|
||||||
android:title="@string/show_hw_screen_updates"
|
android:title="@string/show_hw_screen_updates"
|
||||||
android:summary="@string/show_hw_screen_updates_summary"/>
|
android:summary="@string/show_hw_screen_updates_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_hw_layers_updates"
|
android:key="show_hw_layers_updates"
|
||||||
android:title="@string/show_hw_layers_updates"
|
android:title="@string/show_hw_layers_updates"
|
||||||
android:summary="@string/show_hw_layers_updates_summary"/>
|
android:summary="@string/show_hw_layers_updates_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="debug_hw_overdraw"
|
android:key="debug_hw_overdraw"
|
||||||
@@ -390,12 +409,12 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="force_msaa"
|
android:key="force_msaa"
|
||||||
android:title="@string/force_msaa"
|
android:title="@string/force_msaa"
|
||||||
android:summary="@string/force_msaa_summary"/>
|
android:summary="@string/force_msaa_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="disable_overlays"
|
android:key="disable_overlays"
|
||||||
android:title="@string/disable_overlays"
|
android:title="@string/disable_overlays"
|
||||||
android:summary="@string/disable_overlays_summary"/>
|
android:summary="@string/disable_overlays_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:entries="@array/simulate_color_space_entries"
|
android:entries="@array/simulate_color_space_entries"
|
||||||
@@ -412,8 +431,10 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="media_category"
|
<PreferenceCategory
|
||||||
android:title="@string/media_category">
|
android:key="media_category"
|
||||||
|
android:title="@string/media_category"
|
||||||
|
android:order="800">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="usb_audio"
|
android:key="usb_audio"
|
||||||
@@ -422,13 +443,15 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_monitoring_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_monitoring_category">
|
android:key="debug_monitoring_category"
|
||||||
|
android:title="@string/debug_monitoring_category"
|
||||||
|
android:order="900">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="strict_mode"
|
android:key="strict_mode"
|
||||||
android:title="@string/strict_mode"
|
android:title="@string/strict_mode"
|
||||||
android:summary="@string/strict_mode_summary"/>
|
android:summary="@string/strict_mode_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="track_frame_time"
|
android:key="track_frame_time"
|
||||||
@@ -438,13 +461,15 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="debug_applications_category"
|
<PreferenceCategory
|
||||||
android:title="@string/debug_applications_category">
|
android:key="debug_applications_category"
|
||||||
|
android:title="@string/debug_applications_category"
|
||||||
|
android:order="1000">
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="immediately_destroy_activities"
|
android:key="immediately_destroy_activities"
|
||||||
android:title="@string/immediately_destroy_activities"
|
android:title="@string/immediately_destroy_activities"
|
||||||
android:summary="@string/immediately_destroy_activities_summary"/>
|
android:summary="@string/immediately_destroy_activities_summary" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="app_process_limit"
|
android:key="app_process_limit"
|
||||||
@@ -461,45 +486,41 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_first_crash_dialog"
|
android:key="show_first_crash_dialog"
|
||||||
android:title="@string/show_first_crash_dialog"
|
android:title="@string/show_first_crash_dialog"
|
||||||
android:summary="@string/show_first_crash_dialog_summary"/>
|
android:summary="@string/show_first_crash_dialog_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_all_anrs"
|
android:key="show_all_anrs"
|
||||||
android:title="@string/show_all_anrs"
|
android:title="@string/show_all_anrs"
|
||||||
android:summary="@string/show_all_anrs_summary"/>
|
android:summary="@string/show_all_anrs_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="show_notification_channel_warnings"
|
android:key="show_notification_channel_warnings"
|
||||||
android:title="@string/show_notification_channel_warnings"
|
android:title="@string/show_notification_channel_warnings"
|
||||||
android:summary="@string/show_notification_channel_warnings_summary"/>
|
android:summary="@string/show_notification_channel_warnings_summary" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="inactive_apps"
|
android:key="inactive_apps"
|
||||||
android:title="@string/inactive_apps_title"
|
android:title="@string/inactive_apps_title"
|
||||||
android:fragment="com.android.settings.fuelgauge.InactiveApps"/>
|
android:fragment="com.android.settings.fuelgauge.InactiveApps" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="force_allow_on_external"
|
android:key="force_allow_on_external"
|
||||||
android:title="@string/force_allow_on_external"
|
android:title="@string/force_allow_on_external"
|
||||||
android:summary="@string/force_allow_on_external_summary"/>
|
android:summary="@string/force_allow_on_external_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="force_resizable_activities"
|
android:key="force_resizable_activities"
|
||||||
android:title="@string/force_resizable_activities"
|
android:title="@string/force_resizable_activities"
|
||||||
android:summary="@string/force_resizable_activities_summary"/>
|
android:summary="@string/force_resizable_activities_summary" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="enable_freeform_support"
|
android:key="enable_freeform_support"
|
||||||
android:title="@string/enable_freeform_support"
|
android:title="@string/enable_freeform_support"
|
||||||
android:summary="@string/enable_freeform_support_summary"/>
|
android:summary="@string/enable_freeform_support_summary" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="reset_shortcut_manager_throttling"
|
android:key="reset_shortcut_manager_throttling"
|
||||||
android:title="@string/reset_shortcut_manager_throttling" />
|
android:title="@string/reset_shortcut_manager_throttling" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory
|
|
||||||
android:key="dashboard_tile_placeholder"
|
|
||||||
android:order="200"/>
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Reference in New Issue
Block a user