Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b29b9b1b authored by Guojing Yuan's avatar Guojing Yuan Committed by Android (Google) Code Review
Browse files

Merge "Remove the margin in Device Detail page" into main

parents 0ce5caf4 ff0ea037
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -87,6 +87,12 @@ public class BluetoothDetailsCompanionAppsController extends BluetoothDetailsCon
        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) {
        return filter(
                mCompanionDeviceManager.getAllAssociations(),