Introduce BluetoothAudioBitsPerSamplePrefCtrl
- Create new BluetoothAudioBitsPerSamplePreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I86575d171a005f62f731d9001f08ddcf976ad826
This commit is contained in:
@@ -381,7 +381,8 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
bluetoothA2dpConfigStore));
|
||||
controllers.add(new BluetoothAudioSampleRatePreferenceController(context, lifecycle,
|
||||
bluetoothA2dpConfigStore));
|
||||
// bluetooth audio bits per sample
|
||||
controllers.add(new BluetoothAudioBitsPerSamplePreferenceController(context, lifecycle,
|
||||
bluetoothA2dpConfigStore));
|
||||
// bluetooth audio channel mode
|
||||
// bluetooth audio ldac codec: playback quality
|
||||
controllers.add(new ShowTapsPreferenceController(context));
|
||||
|
Reference in New Issue
Block a user