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

Commit 47e6647f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Point users of AudioManager.setBluetoothA2dpOn to MediaRouter"

parents 3173369c 1d8f6177
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2812,9 +2812,7 @@ public class AudioManager {
    }

    /**
     * @param on set <var>true</var> to route A2DP audio to/from Bluetooth
     *           headset; <var>false</var> disable A2DP audio
     * @deprecated Do not use.
     * @deprecated Use {@link MediaRouter#selectRoute} instead.
     */
    @Deprecated public void setBluetoothA2dpOn(boolean on){
    }