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

Commit f2558fa6 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Remove useless supresslint" am: fc4f714a am: 212838a3

parents 1c12e6ed 212838a3
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();