Fix IndexOutOfBounds exception due to incorrect media player start index
Before, if there were no addressed players there would be an index out of bounds exception due to accessing past the end of the array as position zero would be skipped. Now set start index to 0 if there is no addressed player. Bug: 64440498 Test: Connect to carkit with only one player Change-Id: I76bf4a872e9722ca7cc6b1ca90f88200a72c8c27
Loading
Please register or sign in to comment