diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml index 04644f527d9..42e5c5453a2 100644 --- a/res/xml/development_settings.xml +++ b/res/xml/development_settings.xml @@ -15,109 +15,116 @@ --> + xmlns:settings="http://schemas.android.com/apk/res-auto" + android:key="development_prefs_screen" + android:title="@string/development_settings_title"> - + - + + - - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + - + + - + + android:summary="@string/enable_adb_summary" /> + android:title="@string/clear_adb_keys" /> + android:summary="@string/bugreport_in_power_summary" /> + android:title="@string/mock_location_app" /> + android:summary="@string/enable_gnss_raw_meas_full_tracking_summary" /> + android:key="debug_view_attributes" + android:title="@string/debug_view_attributes" /> + android:title="@string/debug_app" /> + android:summary="@string/wait_for_debugger_summary" /> + android:summary="@string/verify_apps_over_usb_summary" /> + android:summary="@string/connectivity_monitor_switch_summary" /> + android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" /> + android:summary="@string/enable_gpu_debug_layers_summary" /> - + + + + android:summary="@string/wifi_display_certification_summary" /> + android:summary="@string/wifi_verbose_logging_summary" /> + android:summary="@string/wifi_connected_mac_randomization_summary" /> + android:summary="@string/mobile_data_always_on_summary" /> + android:summary="@string/tethering_hardware_offload_summary" /> + android:summary="@string/bluetooth_show_devices_without_names_summary" /> + android:summary="@string/bluetooth_disable_absolute_volume_summary" /> + android:summary="@string/bluetooth_disable_inband_ringing_summary" /> + android:key="bluetooth_max_connected_audio_devices" + android:title="@string/bluetooth_max_connected_audio_devices_string" + android:dialogTitle="@string/bluetooth_max_connected_audio_devices_dialog_title" + android:entries="@array/bluetooth_max_connected_audio_devices" + android:entryValues="@array/bluetooth_max_connected_audio_devices_values" /> - + + android:summary="@string/show_touches_summary" /> + android:summary="@string/pointer_location_summary" /> - + + android:summary="@string/show_screen_updates_summary" /> + android:summary="@string/debug_layout_summary" /> + android:summary="@string/force_rtl_layout_all_locales_summary" /> - + + android:key="force_hw_ui" + android:title="@string/force_hw_ui" + android:summary="@string/force_hw_ui_summary" /> + android:key="show_hw_screen_updates" + android:title="@string/show_hw_screen_updates" + android:summary="@string/show_hw_screen_updates_summary" /> + android:key="show_hw_layers_updates" + android:title="@string/show_hw_layers_updates" + android:summary="@string/show_hw_layers_updates_summary" /> + android:key="debug_hw_overdraw" + android:title="@string/debug_hw_overdraw" + android:entries="@array/debug_hw_overdraw_entries" + android:entryValues="@array/debug_hw_overdraw_values" /> + android:key="show_non_rect_clip" + android:title="@string/show_non_rect_clip" + android:entries="@array/show_non_rect_clip_entries" + android:entryValues="@array/show_non_rect_clip_values" /> + android:key="force_msaa" + android:title="@string/force_msaa" + android:summary="@string/force_msaa_summary" /> + android:key="disable_overlays" + android:title="@string/disable_overlays" + android:summary="@string/disable_overlays_summary" /> + android:entries="@array/simulate_color_space_entries" + android:entryValues="@array/simulate_color_space_values" + android:key="simulate_color_space" + android:summary="%s" + android:title="@string/simulate_color_space" /> + android:key="debug_hw_renderer" + android:title="@string/debug_hw_renderer" + android:entries="@array/debug_hw_renderer_entries" + android:entryValues="@array/debug_hw_renderer_values" /> - + + android:key="usb_audio" + android:title="@string/usb_audio_disable_routing" + android:summary="@string/usb_audio_disable_routing_summary" /> - + + android:summary="@string/strict_mode_summary" /> - + + android:summary="@string/immediately_destroy_activities_summary" /> + android:key="background_check" + android:fragment="com.android.settings.applications.appops.BackgroundCheckSummary" + android:title="@string/background_check_pref" /> + android:summary="@string/show_first_crash_dialog_summary" /> + android:summary="@string/show_all_anrs_summary" /> + android:summary="@string/show_notification_channel_warnings_summary" /> + android:key="inactive_apps" + android:title="@string/inactive_apps_title" + android:fragment="com.android.settings.fuelgauge.InactiveApps" /> + android:summary="@string/force_allow_on_external_summary" /> + android:summary="@string/force_resizable_activities_summary" /> + android:key="enable_freeform_support" + android:title="@string/enable_freeform_support" + android:summary="@string/enable_freeform_support_summary" /> - - - +