Passing parameters when starting another application

Passing parameters when starting another application

BY 07 Aug 2013 Native Application Development

Hello.

I would like to know if it is possible to pass parameters to an application when launching it via Tizen::App::AppManager.

RegisterAppLaunch() call does take a list of parameters for launched application, but LaunchApplication() does not seem to.

I was able to circumvent this by storing the needed parameters in some storage and reading them in my second application, but it would be good to know if there is some more direct way.

Written by