Update ConnectedDeviceGroupController

Get the PreferenceGroup there and add/remove preference
through the callback

Also add ConnectedBluetoothDeviceUpdater which only filter
the connected device.

Bug: 69333961
Test: RunSettingsRoboTests

Change-Id: Ia2ab6b6708329227929d6fe442df3a8d45bf86f5
This commit is contained in:
jackqdyulei
2017-11-16 10:45:43 -08:00
parent 88579e2558
commit 75ea67c9f4
7 changed files with 369 additions and 23 deletions

View File

@@ -19,4 +19,7 @@
android:key="connected_devices_screen"
android:title="@string/connected_devices_dashboard_title">
<PreferenceCategory
android:key="connected_device_list"
android:title="@string/connected_device_connected_title"/>
</PreferenceScreen>