语言

Menu
Sites
Language
Share Via menu option for Native Apps

Hello

 I am making a native application for sharing information. For this I need the option to include my app in the share via menu option for different files (images in gallery, videos etc). I cannot see any way of doing this. For web app there seems to be some options included but not sure on it.

Is there any sample app that does this? Any pointers/help would be much appreciated.

 

BR

gaurav

响应

2 回复
daniel kim

Hi,

I could find this operation as well in native part.

    #define  APP_CONTROL_OPERATION_SHARE   "http://tizen.org/appcontrol/operation/share"
            Definition for the app_control operation: shares an item with someone else. 

 

Please refer to this how to use application control in native.

https://developer.tizen.org/documentation/guides/web-application/tizen-features/application/application

 

Regards

 

Palitsyna

Hello,

you can find information about launching other apps and sharing files here:

https://developer.tizen.org/documentation/guides/native-application/application-framework/application#app_controls

This link also contains some examples, so, I hope, it would be useful.