diff -r 312d2b433792 -r 5e7d68cc22e0 coreapplicationuis/advancedtspcontroller/src/remcontspcontroller.cpp --- a/coreapplicationuis/advancedtspcontroller/src/remcontspcontroller.cpp Mon Jun 21 15:51:07 2010 +0300 +++ b/coreapplicationuis/advancedtspcontroller/src/remcontspcontroller.cpp Thu Jul 15 18:49:38 2010 +0300 @@ -1540,6 +1540,8 @@ CApaCommandLine* apaCommandLine = CApaCommandLine::NewLC(); apaCommandLine->SetExecutableNameL( appInfo.iFullName ); apaCommandLine->SetCommandL( EApaCommandRun ); + _LIT8(Kparam, "play"); + apaCommandLine->SetTailEndL( Kparam ); apaLsSession.StartApp( *apaCommandLine ); CleanupStack::PopAndDestroy( apaCommandLine ); }