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

Commit b0dac768 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioDeviceBroker: Fix the wrong system property name" into main

parents 160e1c04 3b3fbb97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ public class AudioDeviceBroker {

    /** Indicates if headset profile connection and SCO audio control use the new implementation
     * aligned with other BT profiles. True if both the feature flag Flags.scoManagedByAudio() and
     * the system property audio.sco.managed.by.audio are true.
     * the system property bluetooth.sco.managed_by_audio are true.
     */
    private final boolean mScoManagedByAudio;
    /*package*/ boolean isScoManagedByAudio() {