diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2011-01-04 12:27:46 -0800 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2011-01-04 13:35:53 -0800 |
commit | bf724587beec5acff2cbd9a015ad5af6c6f3cdac (patch) | |
tree | 1e8a6e35b96449944fe7a11cab905ea492321b32 /src/com | |
parent | b2835ebdbdad14792b54865568db06e2c6517c28 (diff) | |
download | packages_apps_Settings-bf724587beec5acff2cbd9a015ad5af6c6f3cdac.tar.gz packages_apps_Settings-bf724587beec5acff2cbd9a015ad5af6c6f3cdac.tar.bz2 packages_apps_Settings-bf724587beec5acff2cbd9a015ad5af6c6f3cdac.zip |
Listen to Input device connection state intents.
Change-Id: I99addef820438c9c34bfccf2877578b06e14a00c
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/android/settings/bluetooth/BluetoothEventRedirector.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/settings/bluetooth/BluetoothEventRedirector.java b/src/com/android/settings/bluetooth/BluetoothEventRedirector.java index 757e1a224..3023dafb7 100644 --- a/src/com/android/settings/bluetooth/BluetoothEventRedirector.java +++ b/src/com/android/settings/bluetooth/BluetoothEventRedirector.java @@ -202,6 +202,7 @@ class BluetoothEventRedirector { // Fine-grained state broadcasts filter.addAction(BluetoothPan.ACTION_PAN_STATE_CHANGED); + filter.addAction(BluetoothInputDevice.ACTION_INPUT_DEVICE_STATE_CHANGED); filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); filter.addAction(BluetoothDevice.ACTION_CLASS_CHANGED); |