blob: 3924ba1a8337c1d7dea3129ccf6290e18a18951e [file] [log] [blame]
package: "com.android.bluetooth.flags"
container: "com.android.btservices"
flag {
name: "opp_start_activity_directly_from_notification"
namespace: "bluetooth"
description: "Make OPP notification start activities directly from it, not via OppReceiver"
bug: "319050411"
}
flag {
name: "opp_fix_multiple_notifications_issues"
namespace: "bluetooth"
description: "Fix UI issues related to multiple OPP notifications"
bug: "323096132"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "opp_service_fix_index_out_of_bounds_exception_in_update_thread"
namespace: "bluetooth"
description: "Fix IndexOutOfBoundsException which happens in OPP service's UpdateThread"
bug: "326135849"
metadata {
purpose: PURPOSE_BUGFIX
}
}