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

Commit ca29df53 authored by Erin Yueh's avatar Erin Yueh Committed by Steve Kondik
Browse files

[frameworks] bluetooth: upldate Bluetooth connecting icon for HID in status bar

Change-Id: I282f27e08919d98f26f9c654244844d4748c6e6d
parent fae7c2cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -388,6 +388,7 @@ public class StatusBarPolicy {
                    action.equals(BluetoothHeadset.ACTION_STATE_CHANGED) ||
                    action.equals(BluetoothHeadset.ACTION_STATE_CHANGED) ||
                    action.equals(BluetoothHid.HID_DEVICE_STATE_CHANGED_ACTION) ||
                    action.equals(BluetoothHid.HID_DEVICE_STATE_CHANGED_ACTION) ||
                    action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED) ||
                    action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED) ||
                    action.equals(BluetoothHid.HID_DEVICE_STATE_CHANGED_ACTION) ||
                    action.equals(BluetoothPbap.PBAP_STATE_CHANGED_ACTION)) {
                    action.equals(BluetoothPbap.PBAP_STATE_CHANGED_ACTION)) {
                updateBluetooth(intent);
                updateBluetooth(intent);
            }
            }