blob: adc94796d5e51fa7ffaff654583868015a6a2b97 [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