Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 658397b2 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "flag: fallback_when_wired_audio_disconnected" into main am: 44b6566a

parents ab14501f 44b6566a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ aconfig_declarations {
    // LINT.IfChange
    srcs: [
        "a2dp.aconfig",
        "active_device_manager.aconfig",
        "asha.aconfig",
        "audio_routing.aconfig",
        "avrcp.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ aconfig("bluetooth_flags_c_lib") {
  # LINT.IfChange
  sources = [
    "a2dp.aconfig",
    "active_device_manager.aconfig",
    "asha.aconfig",
    "audio_routing.aconfig",
    "avrcp.aconfig",
+9 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "fallback_when_wired_audio_disconnected"
    namespace: "bluetooth"
    description: "Fallback to other connected device when wired audio device disconnects"
    bug: "348124361"
}