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

Commit dcf33b73 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Made IAudioService.setBluetoothA2dpOn() not oneway" into jb-dev

parents 56b135b9 4ab22bb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ interface IAudioService {

    boolean isBluetoothScoOn();

    oneway void setBluetoothA2dpOn(boolean on);
    void setBluetoothA2dpOn(boolean on);

    boolean isBluetoothA2dpOn();