Evan Laird | a06440f | 2023-12-15 17:14:07 -0500 | [diff] [blame] | 1 | package: "com.android.settingslib.flags" |
Dennis Shen | 38147a3 | 2024-04-04 12:40:08 +0000 | [diff] [blame] | 2 | container: "system" |
Evan Laird | a06440f | 2023-12-15 17:14:07 -0500 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "new_status_bar_icons" |
| 6 | namespace: "systemui" |
| 7 | description: "Enable new status bar system icons" |
| 8 | bug: "314812750" |
| 9 | } |
| 10 | |
chelseahao | b9cd8fe | 2024-02-02 17:49:31 +0800 | [diff] [blame] | 11 | flag { |
| 12 | name: "enable_cached_bluetooth_device_dedup" |
| 13 | namespace: "bluetooth" |
| 14 | description: "Enable dedup in CachedBluetoothDevice" |
| 15 | bug: "319197962" |
| 16 | metadata { |
| 17 | purpose: PURPOSE_BUGFIX |
| 18 | } |
| 19 | } |
| 20 | |
chelseahao | 69a291f | 2024-02-01 19:05:32 +0800 | [diff] [blame] | 21 | flag { |
| 22 | name: "bluetooth_qs_tile_dialog_auto_on_toggle" |
| 23 | namespace: "bluetooth" |
| 24 | description: "Displays the auto on toggle in the bluetooth QS tile dialog" |
| 25 | bug: "316985153" |
| 26 | } |
Yiyi Shen | 4919cc2 | 2024-02-21 15:48:08 +0800 | [diff] [blame] | 27 | |
| 28 | flag { |
| 29 | name: "legacy_le_audio_sharing" |
| 30 | namespace: "pixel_cross_device_control" |
| 31 | description: "Gates the legacy le audio sharing UI." |
| 32 | bug: "322295262" |
| 33 | } |
| 34 | |
| 35 | flag { |
| 36 | name: "enable_le_audio_sharing" |
| 37 | namespace: "pixel_cross_device_control" |
| 38 | description: "Gates whether to enable LE audio sharing" |
Yiyi Shen | 8854bd7 | 2024-04-09 18:11:15 +0800 | [diff] [blame] | 39 | bug: "323125723" |
Yiyi Shen | 4919cc2 | 2024-02-21 15:48:08 +0800 | [diff] [blame] | 40 | } |
| 41 | |
| 42 | flag { |
| 43 | name: "enable_le_audio_qr_code_private_broadcast_sharing" |
| 44 | namespace: "pixel_cross_device_control" |
| 45 | description: "Gates whether to enable LE audio private broadcast sharing via QR code" |
Yiyi Shen | 8854bd7 | 2024-04-09 18:11:15 +0800 | [diff] [blame] | 46 | bug: "323125723" |
Srinivas Patibandla | 6e3328e | 2024-02-16 22:12:52 +0000 | [diff] [blame] | 47 | } |
| 48 | |
| 49 | flag { |
| 50 | name: "enable_hide_exclusively_managed_bluetooth_device" |
| 51 | namespace: "dck_framework" |
| 52 | description: "Hide exclusively managed Bluetooth devices in BT settings menu." |
| 53 | bug: "324475542" |
| 54 | } |
Haijie Hong | 644b0b8 | 2024-03-25 11:34:53 +0800 | [diff] [blame] | 55 | |
| 56 | flag { |
| 57 | name: "enable_set_preferred_transport_for_le_audio_device" |
| 58 | namespace: "bluetooth" |
| 59 | description: "Enable setting preferred transport for Le Audio device" |
| 60 | bug: "330581926" |
| 61 | metadata { |
| 62 | purpose: PURPOSE_BUGFIX |
| 63 | } |
| 64 | } |
Will Leshner | 6af8e64 | 2024-05-07 15:37:40 -0700 | [diff] [blame] | 65 | |
| 66 | flag { |
Ze Li | 64cf653 | 2024-05-17 18:08:48 +0800 | [diff] [blame] | 67 | name: "enable_determining_advanced_details_header_with_metadata" |
| 68 | namespace: "pixel_cross_device_control" |
| 69 | description: "Use metadata instead of device type to determine whether a bluetooth device should use advanced details header." |
| 70 | bug: "328556903" |
| 71 | metadata { |
| 72 | purpose: PURPOSE_BUGFIX |
| 73 | } |
| 74 | } |
Haijie Hong | 765df2d | 2024-06-12 13:14:46 +0800 | [diff] [blame] | 75 | |
| 76 | flag { |
| 77 | name: "enable_determining_spatial_audio_attributes_by_profile" |
| 78 | namespace: "cross_device_experiences" |
| 79 | description: "Use bluetooth profile connection policy to determine spatial audio attributes" |
| 80 | bug: "341005211" |
| 81 | metadata { |
| 82 | purpose: PURPOSE_BUGFIX |
| 83 | } |
| 84 | } |
Ioana Alexandru | 4a02c22 | 2024-06-17 18:26:51 +0200 | [diff] [blame] | 85 | |
| 86 | flag { |
| 87 | name: "volume_panel_broadcast_fix" |
| 88 | namespace: "systemui" |
| 89 | description: "Make the volume panel's repository listen for the new ACTION_CONSOLIDATED_NOTIFICATION_POLICY_CHANGED broadcast instead of ACTION_NOTIFICATION_POLICY_CHANGED" |
| 90 | bug: "347707024" |
| 91 | metadata { |
| 92 | purpose: PURPOSE_BUGFIX |
| 93 | } |
| 94 | } |
Yiyi Shen | 1afae0a | 2024-07-05 11:01:34 +0800 | [diff] [blame] | 95 | |
| 96 | flag { |
| 97 | name: "volume_dialog_audio_sharing_fix" |
| 98 | namespace: "cross_device_experiences" |
| 99 | description: "Gates whether to show separate volume bars during audio sharing" |
| 100 | bug: "336716411" |
| 101 | metadata { |
| 102 | purpose: PURPOSE_BUGFIX |
| 103 | } |
| 104 | } |
pajacechen | a576114f | 2024-07-03 17:38:32 +0800 | [diff] [blame] | 105 | |
| 106 | flag { |
| 107 | name: "extreme_power_low_state_vulnerability" |
| 108 | namespace: "pixel_energizer" |
| 109 | description: "the battery saver can pause all non-essential apps and their corresponding notification when device is in locked state to introduce the security vulnerability" |
| 110 | bug: "346513692" |
| 111 | metadata { |
| 112 | purpose: PURPOSE_BUGFIX |
| 113 | } |
| 114 | } |
Sunny Shao | e07ff37 | 2024-07-22 16:59:06 +0800 | [diff] [blame^] | 115 | |
| 116 | flag { |
| 117 | name: "settings_catalyst" |
| 118 | namespace: "android_settings" |
| 119 | description: "Settings catalyst project migration" |
| 120 | bug: "323791114" |
| 121 | } |