Add the battery information into device details header
Add the new LE audio header Add the battery information Update the condition for non-LE audio header Bug: 218626547 Test: build pass and manualy test Change-Id: Ib9f4c388c369dc374c43dd399111e02b5555159b
This commit is contained in:
@@ -117,6 +117,7 @@ public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment
|
||||
return;
|
||||
}
|
||||
use(AdvancedBluetoothDetailsHeaderController.class).init(mCachedDevice);
|
||||
use(LeAudioBluetoothDetailsHeaderController.class).init(mCachedDevice, mManager);
|
||||
|
||||
final BluetoothFeatureProvider featureProvider = FeatureFactory.getFactory(
|
||||
context).getBluetoothFeatureProvider(context);
|
||||
|
Reference in New Issue
Block a user