Languages

Menu
Sites
Language
Invoking particular form of native app through service app

Is it possible to invoke a particular form of Native app from the service app and also broad cast receivers like functionality available in Tizen

 

If it possible plz explain me in details

Responses

2 Replies
Alex Dem

Hi,
if I understand correctly : You should register your app like App Control and launch your app using AppManager::FindAppControlN(AppId,Operation); api from service app :
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/app/delivering_launch_arguments.htm
You could use common operation with specified uri or use your custom AppControl
inside OnAppControlRequestReceived() you should analyze launch arguments and switch to appropriate form.

Something like this:
https://developer.tizen.org/ru/forums/native-application-development/operationid-coming-onappcontrolrequestreceived

Alexey.

P puvvada

Thanks for your reply

I have followed the same procedure by looking  at your reply in the below link post

 

https://developer.tizen.org/forums/native-application-development/how-pass-arguments-tizen-native-application