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:
Jason Monk
2015-02-04 12:54:50 -05:00
parent 67d71bef99
commit 88643ac6ba
4 changed files with 4 additions and 65 deletions

View File

@@ -220,4 +220,6 @@ public abstract class DeviceListPreferenceFragment extends
updateProgressUi(false);
}
}
public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { }
}