Hi,
I would like to integrate my App into Tizen "share" functionality for images.
I read through the API doc, implemented the IAppControlProviderEventListener in my App, and added the following into my manifest:
<AppControls> <AppControl> <Operation>http://tizen.org/appcontrol/operation/share</Operation> <MimeType>image/*</MimeType> </AppControl> <AppControl> <Operation>http://tizen.org/appcontrol/operation/multi_share</Operation> <MimeType>image/*</MimeType> </AppControl> </AppControls>
However, I cannot see my App among the Tizen share possibilities in Gallery, only Email + Message:
I tried w/o the MimeType filter as well, but same (no) result.
How can I integrate my App for share into Tizen?
thanks