darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 130 forks source link

How to share a file with intent #99

Closed Elyft closed 4 years ago

Elyft commented 4 years ago

Hello @darryncampbell can you help me please with some snippets about how to share a file to another app you can take please the case of an image

darryncampbell commented 4 years ago

What Intent are you trying to send / receive?

Elyft commented 4 years ago

Image, Picture, all the medias

ishigo1987 commented 4 years ago

Any news?

darryncampbell commented 4 years ago

What specific Intent & payload needs to be sent?

ishigo1987 commented 4 years ago

maybe I'm being misunderstood, what I'd like is for a third party application to be able to share information such as (text, images, multimedia files) to my application, a bit like facebook and whatsapp do.

darryncampbell commented 4 years ago

Sorry, I am unable to offer generic Android development advice but this Android development guide looks relevant: https://developer.android.com/training/secure-file-sharing/share-file

ishigo1987 commented 4 years ago

i want to know please if your plugin can serve for this purpose

darryncampbell commented 4 years ago

Closing due to inactivity