Hi,
I'm trying to open an email attachment from my App, I have managed to create an intent listener and open an activity. The intent content is:
Action: android.intent.action.VIEW
GetData: content://gmail-ls/javier@gmail.com/messages/2672/attachments/0.1/BEST/false
GetExtra: null
ExtraStr: no extras
I have no idea how to "copy" the attached file into my app folder. The GetPathFromContentResult routine I found in these help pages either don't work for the attachment or maybe I'm using it the wrong way.
Help, please
Javier
I'm trying to open an email attachment from my App, I have managed to create an intent listener and open an activity. The intent content is:
Action: android.intent.action.VIEW
GetData: content://gmail-ls/javier@gmail.com/messages/2672/attachments/0.1/BEST/false
GetExtra: null
ExtraStr: no extras
I have no idea how to "copy" the attached file into my app folder. The GetPathFromContentResult routine I found in these help pages either don't work for the attachment or maybe I'm using it the wrong way.
Help, please
Javier