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

Commit fa5826f6 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

am: d41e23c4

Change-Id: Ib629e25dbf047c110feaf03e4ff744b5c6df9aeb
parents 4a258f3b d41e23c4
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;