AVRCP: PlayItem Sho track change is not going
When sho is triggered from playItem, updateCurrentMediaState
is coming for inactive device, so mMediaAttributes upadted.
After that onMetaChanged function is called since
mMediaAttributes is updated previously, track change will
not go for active device. Now trackChange will go to both
device when updateCurrentMediaState will called. Removed
device specific track change.
removed cover art attribute from track change comparison.
CRs-Fixed: 2271018
Change-Id: I3077dcafca14d85bf5a22498c65393d82295ef01
1 file changed