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

Commit c2653d7f authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6875707 from 1d80cd4c to rvc-qpr1-release

Change-Id: I0f09cdd814a1b22a277206d6b0356eb818bc794d
parents 70dba688 1d80cd4c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -260,6 +260,10 @@ public class MediaPlayerList {
        info.id = BLUETOOTH_PLAYER_ID;
        info.name = BLUETOOTH_PLAYER_NAME;
        info.browsable = true;
        if (mBrowsablePlayers.size() == 0) {
            // Set Bluetooth Player as non-browable if there is not browsable player exist.
            info.browsable = false;
        }
        List<PlayerInfo> ret = new ArrayList<PlayerInfo>();
        ret.add(info);