1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 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} 10 11flag { 12 name: "opp_fix_multiple_notifications_issues" 13 namespace: "bluetooth" 14 description: "Fix UI issues related to multiple OPP notifications" 15 bug: "323096132" 16 metadata { 17 purpose: PURPOSE_BUGFIX 18 } 19} 20 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 31