I have to open attachment file from gmail app thru my app.
I get link in pattern like content://gmail-ls/messages/mailid%40gmail.com/4/attachments/0.1/BEST/false
My problem is the link is not unique for each file in the mail client..
One or more file has same Uri.
Is there any way to get the file name or email sent date so that I can come over this issue.
Thanks in advance.
Best Solution
As shown below you can make a local copy of the same attachment and work on that file. Directly you wont be able to access that file which is on the gmail server.
Reember to add this to your manifest.