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

Commit 0ac2bb92 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "PairingTest: Remove IntentFilter.SYSTEM_HIGH_PRIORITY" into main

parents f84ef5c7 9944836c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ public class PairingTest {
        mInOrder = inOrder(mReceiver);

        IntentFilter filter = new IntentFilter();
        filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
        filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
        filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST);
        sTargetContext.registerReceiver(mReceiver, filter);