Skip to main content
Known Participant
October 31, 2013
Question

InvokeEvent arguments are empty when invoked with ACTION_SEND

  • October 31, 2013
  • 1 reply
  • 656 views

I have a Photo Editing App which I'd like to show up in the "Share" menu when users are browsing their Photo Galleries.

This requires registering for the ACTION_SEND intent, once registered the user can select my App from the Gallery, however, when a user pick an image, the InvokeEvent I receive within the App is empty, giving me no reference to the file, or valid url.

There's a detailed bug here, but it's marked as Need More Info:

https://bugbase.adobe.com/index.cfm?event=bug&id=3569955

Do you still need more info? I'm happy to provide whatever is needed to make this fix happen.

This topic has been closed for replies.

1 reply

chris.campbell
Legend
November 4, 2013

Thank you for adding the report to our bug database.  Our QE team has tried to reproduce the problem but has so far been unsuccessful.  If possible, could you provide us with the applications required to reproduce this issue?  If you'd like to keep these private, please feel free to email them to me directly (ccampbel@adobe.com).

Thanks,

Chris

esDotDevAuthor
Known Participant
November 4, 2013

Sure no problem! I will post a reproduction project today.

esDotDevAuthor
Known Participant
November 4, 2013

Ok, an attached project is here:
https://www.dropbox.com/s/g2ia93anslpuume/AndroidInvokeTest.zip

The project registers itself to handle images, and log the contents of any InvokeEvent's to the stage.

1. Import project, and install App onto device.

2. Open Android Image gallery, choose a random image, and hit the share icon (http://cl.ly/image/13353b0V2Y2I)
3. Select "AndroidInvokeTest" from the list of applications. Android will switch to the AndroidInvokeTest app.

4. Observe, as the app recieves an InvokeEvent, containing no useful information regarding the selected Image. (http://cl.ly/image/0r2W461l1C0o)