How to share Image through activity starter to a selected app?

Hi,
Thanks for your help. I want to know how to share Image through activity starter to a selected app?

I want to send an image file that is available on internal storage. so I need to share the image file to another app through activity starter.

Please help me.

Why don’t you take a look to our sharing component?
There is too a option to share a message to a app you want

image

Or Use

Action: android.intent.action.SEND
ActivityPackage: app id
DataType: text/plain //if file jpeg
DataUri: file source
start activity

3 Likes

Thank you so much for your help. But i want to send image file with activity starter.

What i use in type?

DataType: image

Is it ok?

I Am Not Sure You Can Google It With Data Types

Try May It Work

image/jpeg
or
file/png