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

Commit 0a7e7144 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4610834 from c3e4916301b421700ca80a338c6086c5cb33a844 to pi-release

Change-Id: I7b18ec81c66b69ff80b795eb26dddf116b0ddf32
parents 1c91d3c1 7f827c29
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,9 +17,11 @@
package android.bluetooth;

import android.Manifest;
import android.annotation.RequiresFeature;
import android.annotation.RequiresPermission;
import android.annotation.SystemService;
import android.content.Context;
import android.content.pm.PackageManager;
import android.os.RemoteException;
import android.util.Log;

@@ -47,6 +49,7 @@ import java.util.List;
 * @see BluetoothAdapter#getDefaultAdapter()
 */
@SystemService(Context.BLUETOOTH_SERVICE)
@RequiresFeature(PackageManager.FEATURE_BLUETOOTH)
public final class BluetoothManager {
    private static final String TAG = "BluetoothManager";
    private static final boolean DBG = true;