Android Question intent - share multimedia files - how read them in my app?

mirekk36

Member
Licensed User
Longtime User
Hi all,

I would like to check one or more files from image gallery, and then send them via my application.

I have done in manifest intent like here: LINK
Now I can see my application which can I click to share files ...

My application starts ... and ?

What should I do to know path+filename for one file or list into paths+filenames of files from my gallery that I will send. I Only need (the best way for me) some list with paths+filenames. In such situation I will do something in my app with these files.
 
Top