blob: 6e32ab0b753b3b9093c7eda045c2cab53acf2e9f [file] [log] [blame]
Hyundo Moon354fab62024-01-08 17:03:06 +09001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Hyundo Moon354fab62024-01-08 17:03:06 +09003
4flag {
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 Moon63f33032024-01-31 14:01:49 +090010
11flag {
12 name: "opp_fix_multiple_notifications_issues"
13 namespace: "bluetooth"
14 description: "Fix UI issues related to multiple OPP notifications"
15 bug: "323096132"
Hyundo Moon11cbf0d2024-02-01 00:28:10 +000016 metadata {
17 purpose: PURPOSE_BUGFIX
18 }
Hyundo Moon63f33032024-01-31 14:01:49 +090019}
Hyundo Moon8db4b652024-06-11 05:51:16 +000020
21flag {
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 Moon8d07b992024-11-13 07:47:23 +000031flag {
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}