Add 'Live Caption' preference for hearing aids device in Device details page

Bug: 225117933
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothDetailsRelatedToolsControllerTest
Change-Id: Ic607fa7d10aa2049ab0852a86a57dd1d5d1ac7df
This commit is contained in:
jasonwshsu
2022-03-22 23:00:15 +08:00
parent 82d3bb2b73
commit 384200a337
4 changed files with 138 additions and 0 deletions

View File

@@ -194,6 +194,8 @@ public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment
mCachedDevice, lifecycle));
controllers.add(new BluetoothDetailsMacAddressController(context, this, mCachedDevice,
lifecycle));
controllers.add(new BluetoothDetailsRelatedToolsController(context, this, mCachedDevice,
lifecycle));
}
return controllers;
}