• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Capture Intent data from other Apps.

Hello,

I have added a intent-filter to put our application in most menus that deal with files. For example, if you were using ES File Explorer and did a share on a pdf or .doc my application shows up and you can pick it.

I know that you can do a GetIntent to get the intent published by ES File Explorer, but how can you get the bytes() of the file and the uri of the file chosen?

Any help would be appreciated,
Thank you.
 
Back
Top Bottom