am 6f268369: Fix RemoteControlStackEntry constructor in AudioService

* commit '6f2683698ea1b316ae49623a7e9a13d9d9b53f71':
  Fix RemoteControlStackEntry constructor in AudioService
This commit is contained in:
Jean-Michel Trivi
2013-03-30 12:44:17 -07:00
committed by Android Git Automerger

View File

@@ -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();
}