Support some changes to SettingsLib
SettingsLib has a couple of bluetooth changes to support quick settings and as a result a few updates are needed in Settings. Depends on I7f828f0038ad0cf39274986ece6d486d545f0286 Change-Id: I9b207b74abb0175148fd4a3c421d33ab9a861587
This commit is contained in:
@@ -937,6 +937,7 @@ public final class DockService extends Service implements ServiceListener {
|
||||
public void onBluetoothStateChanged(int bluetoothState) { }
|
||||
public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { }
|
||||
public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { }
|
||||
public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { }
|
||||
|
||||
@Override
|
||||
public void onScanningStateChanged(boolean started) {
|
||||
|
||||
Reference in New Issue
Block a user