Add developer menu entry to enable Bluetooth AVDTP delay reports
Bug: 32755225 Test: Manual test with a device that supports delay reporting; Robolectric tests Change-Id: I8f121dd7f94bce3a07deb9cb23c698829cbecd96
This commit is contained in:
committed by
Myles Watson
parent
87a17d01a6
commit
f4a168d0fe
@@ -404,6 +404,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new BluetoothDeviceNoNamePreferenceController(context));
|
||||
controllers.add(new BluetoothAbsoluteVolumePreferenceController(context));
|
||||
controllers.add(new BluetoothInbandRingingPreferenceController(context));
|
||||
controllers.add(new BluetoothDelayReportsPreferenceController(context));
|
||||
controllers.add(new BluetoothAvrcpVersionPreferenceController(context));
|
||||
controllers.add(new BluetoothAudioCodecPreferenceController(context, lifecycle,
|
||||
bluetoothA2dpConfigStore));
|
||||
|
Reference in New Issue
Block a user