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

Commit 97a48431 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Remove sink_audio_policy_handover flag" into main

parents 13d0d022 dffb079b
Loading
Loading
Loading
Loading
+11 −12
Original line number Diff line number Diff line
@@ -2046,7 +2046,7 @@ public class HeadsetService extends ProfileService {
                     * it to set fallback device be active.
                     */
                    removeActiveDevice();
                    if (Flags.sinkAudioPolicyHandover()) {

                    BluetoothDevice fallbackDevice = getFallbackDevice();
                    if (fallbackDevice != null
                            && getConnectionState(fallbackDevice)
@@ -2062,7 +2062,6 @@ public class HeadsetService extends ProfileService {
            }
        }
    }
    }

    void clccResponse(
            int index, int direction, int status, int mode, boolean mpty, String number, int type) {
+0 −10
Original line number Diff line number Diff line
@@ -39,16 +39,6 @@ flag {
    }
}

flag {
    name: "sink_audio_policy_handover"
    namespace: "bluetooth"
    description: "If sink audio policy makes device active for call, then resume past active device"
    bug: "333562819"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_hfp_qual_1_9"
    namespace: "bluetooth"