Add audio sharing entrypoint in device details
BUG: 383935069 Test: local tested Flag: com.android.settingslib.flags.enable_le_audio_sharing Change-Id: Ib90422d262eba84c3a308d8e4c5652d8c5f96808
This commit is contained in:
@@ -440,6 +440,9 @@ public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment
|
||||
context, this, mCachedDevice, lifecycle));
|
||||
controllers.add(new BluetoothDetailsButtonsController(context, this, mCachedDevice,
|
||||
lifecycle));
|
||||
controllers.add(
|
||||
new BluetoothDetailsAudioSharingController(
|
||||
context, this, mManager, mCachedDevice, lifecycle));
|
||||
controllers.add(new BluetoothDetailsCompanionAppsController(context, this,
|
||||
mCachedDevice, lifecycle));
|
||||
controllers.add(new BluetoothDetailsAudioDeviceTypeController(context, this, mManager,
|
||||
|
||||
Reference in New Issue
Block a user