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

Commit d41e23c4 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Annotate @SystemApi with required permissions." into oc-dev

am: c1406978a4

Change-Id: I305967cad945a807c3f8234efabaad0ef8b591d1
parents 67d23ca3 a9fdcc96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.bluetooth;

import android.Manifest;
import android.annotation.RequiresPermission;
import android.annotation.SystemService;
import android.content.Context;
import android.os.RemoteException;
import android.util.Log;
@@ -48,6 +49,7 @@ import java.util.List;
 * @see Context#getSystemService
 * @see BluetoothAdapter#getDefaultAdapter()
 */
@SystemService(Context.BLUETOOTH_SERVICE)
public final class BluetoothManager {
    private static final String TAG = "BluetoothManager";
    private static final boolean DBG = true;