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

Commit 52e7e6fe authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

am 1d23da91: am d7d9cdae: Merge "Exclude unnecessary intents in SystemUI" into lmp-mr1-dev

automerge: d5e2fa0b

* commit 'd5e2fa0b':
  Exclude unnecessary intents in SystemUI
parents 64e5f085 d5e2fa0b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -387,8 +387,6 @@ public class BluetoothControllerImpl implements BluetoothController {
            filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
            filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
            filter.addAction(BluetoothDevice.ACTION_ALIAS_CHANGED);
            filter.addAction(BluetoothDevice.ACTION_CLASS_CHANGED);
            filter.addAction(BluetoothDevice.ACTION_UUID);
            filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
            filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
            filter.addAction(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED);