I was reading this old thread which uses manifest and intent to save an email attachment to the local app folder. With the B4xpages, this method no longer seems to work. Is there some modifications that I need to make? Or, is there another method.
My intention is to export a .zip file in an email on one device and the import the enclosed file in another device running the same app.
My intention is to export a .zip file in an email on one device and the import the enclosed file in another device running the same app.
Get file from email attachment
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...
www.b4x.com