Merge "Remove the margin in Device Detail page" into main
This commit is contained in:
@@ -87,6 +87,12 @@ public class BluetoothDetailsCompanionAppsController extends BluetoothDetailsCon
|
|||||||
mProfilesContainer.setLayoutResource(R.layout.preference_companion_app);
|
mProfilesContainer.setLayoutResource(R.layout.preference_companion_app);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isAvailable() {
|
||||||
|
// Do not show this preference for now. More details in b/191992001#comment7
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
private List<AssociationInfo> getAssociations(String address) {
|
private List<AssociationInfo> getAssociations(String address) {
|
||||||
return filter(
|
return filter(
|
||||||
mCompanionDeviceManager.getAllAssociations(),
|
mCompanionDeviceManager.getAllAssociations(),
|
||||||
|
Reference in New Issue
Block a user