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

Commit 2e1f18b9 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

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

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