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.