Languages

Menu
Sites
Language
Calling a Native app from an EFL app

I'm preparing an app using EFL and want to open another app which has also been developed in EFL.

Can anyone please help me achieve the same.

Responses

2 Replies
Bogon Kim

Using app_manager_open_app in appfw/app_manager.h

You need to declare http://tizen.org/privilege/appmanager.launch privilege

Sunwook Bae

 

Please use an app_control API like below:

https://developer.tizen.org/development/tutorials/native-application/application-framework/application/app-control

 

It's a similar feature with Android's Intent.