How to access data exported by other services?

How to access data exported by other services?

BY 24 Apr 2013 Web Application Development

 

How to access data passed by other services like alarms, notifications using Application Control (ApplicationControlData)?

Example:

 

var appControl =
       new tizen.ApplicationControl(
                  "http://tizen.org/appcontrol/operation/share",
                  "share.html",
                  "image/*",
                  null,
                  [new tizen.ApplicationControlData("images",
                                                    [imagedata1, imagedata2])] );
 

How to access value for the key “images” from the launched application?

 

 

Written by