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

Commit 05416af2 authored by Florian Salbrechter's avatar Florian Salbrechter
Browse files

Fix wrong javadoc in BluetoothAdapter.

Calling getSystemService(BLUETOOTH_SERVICE) returns a BluetoothManager.

See ag/661924.

Change-Id: I589837b9db3b7e0bc0639c85f4acf23a8f9fb7d1
parent 98a70b9d
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