I am trying to allow my app to import a csv file. I've used the LaunchMyApp plugin but modified my AndroidManifest.xml file to specify an IntentFilter for processing the attachment. The handleOpenURL method gets called and is passed a URL like:
content://gmail-ls/john@example.com/messages/123/attachments/0.2/BEST/false
Is there any way to actually read the data from that URL?
I'm guessing I'd need to write my own plugin to do this, but thought I should ask to make sure this problem hasn't already been solved.
content://gmail-ls/john@example.com/messages/123/attachments/0.2/BEST/false
Is there any way to actually read the data from that URL?
I'm guessing I'd need to write my own plugin to do this, but thought I should ask to make sure this problem hasn't already been solved.
