Search found 1 match

by voigas
29 Nov 2019 09:35
Forum: User Help / Bug Reports
Topic: Trigger email with attachment (Start Activity android.intent.action.SEND)
Replies: 1
Views: 5207

Trigger email with attachment (Start Activity android.intent.action.SEND)

Hi, i have a workflow to take a picture and then send the picture as attachment via mail. I implemented the mail stuff via "Start Activity" action "android.intent.action.SEND". I put the picture in Extras putUri("android.intent.extra.STREAM", "file://{picure_path}"); This was working as expected. Si...