Evan Laird | a06440f | 2023-12-15 17:14:07 -0500 | [diff] [blame] | 1 | package: "com.android.settingslib.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "new_status_bar_icons" |
| 5 | namespace: "systemui" |
| 6 | description: "Enable new status bar system icons" |
| 7 | bug: "314812750" |
| 8 | } |
| 9 | |
chelseahao | b9cd8fe | 2024-02-02 17:49:31 +0800 | [diff] [blame] | 10 | flag { |
| 11 | name: "enable_cached_bluetooth_device_dedup" |
| 12 | namespace: "bluetooth" |
| 13 | description: "Enable dedup in CachedBluetoothDevice" |
| 14 | bug: "319197962" |
| 15 | metadata { |
| 16 | purpose: PURPOSE_BUGFIX |
| 17 | } |
| 18 | } |
| 19 | |
chelseahao | 69a291f | 2024-02-01 19:05:32 +0800 | [diff] [blame^] | 20 | flag { |
| 21 | name: "bluetooth_qs_tile_dialog_auto_on_toggle" |
| 22 | namespace: "bluetooth" |
| 23 | description: "Displays the auto on toggle in the bluetooth QS tile dialog" |
| 24 | bug: "316985153" |
| 25 | } |