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

Commit 30c3c090 authored by Florian Salbrechter's avatar Florian Salbrechter Committed by Android (Google) Code Review
Browse files

Merge "Fix wrong javadoc in BluetoothAdapter."

parents f13a24fa 05416af2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -64,9 +64,7 @@ import java.util.UUID;
 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
 * adapter, when running on JELLY_BEAN_MR1 and below, call the
 * static {@link #getDefaultAdapter} method; when running on JELLY_BEAN_MR2 and
 * higher, retrieve it through
 * {@link android.content.Context#getSystemService} with
 * {@link android.content.Context#BLUETOOTH_SERVICE}.
 * higher, call {@link BluetoothManager#getAdapter}.
 * Fundamentally, this is your starting point for all
 * Bluetooth actions. Once you have the local adapter, you can get a set of
 * {@link BluetoothDevice} objects representing all paired devices with