diff options
-rw-r--r-- | flags/a2dp.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/a2dp.aconfig b/flags/a2dp.aconfig index 25686f0c34..28680dab76 100644 --- a/flags/a2dp.aconfig +++ b/flags/a2dp.aconfig @@ -185,3 +185,13 @@ flag { is_exported: true bug: "380118954" } + +flag { + name: "a2dp_cleanup_on_remove_device" + namespace: "bluetooth" + description: "Always remove A2DP state machine when device is removed" + bug: "381313622" + metadata { + purpose: PURPOSE_BUGFIX + } +} |