summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andre Eisenbach <eisenbach@google.com> 2014-12-29 18:36:27 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-12-29 18:36:27 +0000
commit1d23da911a698ee1cc0503118f661ef0609ea8e9 (patch)
tree83be40f61fd78d8ee90e66c064e042640f089e57
parent72da9ed8867a3b3d6a9ae829b9a0ae526c16915c (diff)
parentd7d9cdaebb30df5564b5787ee02d4624673c8523 (diff)
am d7d9cdae: Merge "Exclude unnecessary intents in SystemUI" into lmp-mr1-dev
* commit 'd7d9cdaebb30df5564b5787ee02d4624673c8523': Exclude unnecessary intents in SystemUI
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java b/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java
index 229c558fe1a9..6bd986b923e5 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java
@@ -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);