Hi Kevin,

That's right, there is no show() call ; instead, I think you are supposed
to run the "tizen.application.launch()" call from the current app and
(re-)run the other app, for instance by doing :

tizen.application.launch("<APP ID>", onSuccess, onError);

(onSuccess() - onError(err) being callbacks doing what you want)

The application should come up in foreground if it was hidden before.

Regards,
Manuel
_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

Reply via email to