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

Commit 16e71279 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 2e1f18b9: am dcf33b73: Merge "Made IAudioService.setBluetoothA2dpOn() not oneway" into jb-dev

* commit '2e1f18b9':
  Made IAudioService.setBluetoothA2dpOn() not oneway
parents c9b781b4 2e1f18b9
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();