Hyundo Moon | 354fab6 | 2024-01-08 17:03:06 +0900 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
Hyundo Moon | 354fab6 | 2024-01-08 17:03:06 +0900 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "opp_start_activity_directly_from_notification" |
| 6 | namespace: "bluetooth" |
| 7 | description: "Make OPP notification start activities directly from it, not via OppReceiver" |
| 8 | bug: "319050411" |
| 9 | } |
Hyundo Moon | 63f3303 | 2024-01-31 14:01:49 +0900 | [diff] [blame] | 10 | |
| 11 | flag { |
| 12 | name: "opp_fix_multiple_notifications_issues" |
| 13 | namespace: "bluetooth" |
| 14 | description: "Fix UI issues related to multiple OPP notifications" |
| 15 | bug: "323096132" |
Hyundo Moon | 11cbf0d | 2024-02-01 00:28:10 +0000 | [diff] [blame] | 16 | metadata { |
| 17 | purpose: PURPOSE_BUGFIX |
| 18 | } |
Hyundo Moon | 63f3303 | 2024-01-31 14:01:49 +0900 | [diff] [blame] | 19 | } |
Hyundo Moon | 8db4b65 | 2024-06-11 05:51:16 +0000 | [diff] [blame] | 20 | |
| 21 | flag { |
| 22 | name: "opp_ignore_content_observer_after_service_stop" |
| 23 | namespace: "bluetooth" |
| 24 | description: "When OppService.stop() is called, previously posted ContentObserver.onChange() should not run" |
| 25 | bug: "346467641" |
| 26 | metadata { |
| 27 | purpose: PURPOSE_BUGFIX |
| 28 | } |
| 29 | } |
| 30 | |
Hyundo Moon | 8d07b99 | 2024-11-13 07:47:23 +0000 | [diff] [blame] | 31 | flag { |
| 32 | name: "opp_set_insets_for_edge_to_edge" |
| 33 | namespace: "bluetooth" |
| 34 | description: "Set proper insets in BluetoothOppTransferHistory to adapt to edge-to-edge." |
| 35 | bug: "378813445" |
| 36 | metadata { |
| 37 | purpose: PURPOSE_BUGFIX |
| 38 | } |
| 39 | } |