Loading android/app/src/com/android/bluetooth/audio_util/MediaPlayerList.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -257,6 +257,10 @@ public class MediaPlayerList { info.id = BLUETOOTH_PLAYER_ID; info.id = BLUETOOTH_PLAYER_ID; info.name = BLUETOOTH_PLAYER_NAME; info.name = BLUETOOTH_PLAYER_NAME; info.browsable = true; 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>(); List<PlayerInfo> ret = new ArrayList<PlayerInfo>(); ret.add(info); ret.add(info); Loading Loading
android/app/src/com/android/bluetooth/audio_util/MediaPlayerList.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -257,6 +257,10 @@ public class MediaPlayerList { info.id = BLUETOOTH_PLAYER_ID; info.id = BLUETOOTH_PLAYER_ID; info.name = BLUETOOTH_PLAYER_NAME; info.name = BLUETOOTH_PLAYER_NAME; info.browsable = true; 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>(); List<PlayerInfo> ret = new ArrayList<PlayerInfo>(); ret.add(info); ret.add(info); Loading