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

Commit 1d8f6177 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Point users of AudioManager.setBluetoothA2dpOn to MediaRouter

Bug: 238081912
Test: N/A. Javadoc change.
Change-Id: Iadd0713ee216cddb03dbd5d4e4cc7d1116932148
parent 81544ea7
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){
    }