am 6f268369: Fix RemoteControlStackEntry constructor in AudioService
* commit '6f2683698ea1b316ae49623a7e9a13d9d9b53f71': Fix RemoteControlStackEntry constructor in AudioService
This commit is contained in:
@@ -5107,6 +5107,10 @@ public class AudioService extends IAudioService.Stub implements OnFinished {
|
||||
mCallingUid = -1;
|
||||
mRcClient = null;
|
||||
mRccId = ++sLastRccId;
|
||||
mPlaybackState = new RccPlaybackState(
|
||||
RemoteControlClient.PLAYSTATE_STOPPED,
|
||||
RemoteControlClient.PLAYBACK_POSITION_INVALID,
|
||||
RemoteControlClient.PLAYBACK_SPEED_1X);
|
||||
|
||||
resetPlaybackInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user