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

Commit 0e19fda3 authored by William Escande's avatar William Escande
Browse files

Remove useless supresslint

Test: No op change. Build
Change-Id: Ieac606fea54535cac1cd0476a7880b8a9fa564b9
parent 2715bb6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1914,7 +1914,6 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    @RequiresLegacyBluetoothPermission
    @RequiresBluetoothConnectPermission
    @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)
    @SuppressLint("AndroidFrameworkRequiresPermission")
    public int getBondState() {
        if (DBG) log("getBondState(" + getAnonymizedAddress() + ")");
        final IBluetooth service = getService();