M
M
masterworks2013-11-26 14:18:11
Android
masterworks, 2013-11-26 14:18:11

Is it possible to request an email delivery report when sending via an Intent with Intent.ACTION_SEND from within an application?

Good day everyone. Is it possible to request an email delivery report when sending via an Intent with Intent.ACTION_SEND from within an application?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
begezavr, 2013-11-26
@masterworks

Apparently not.
You could start an intent with startActivityForResult, but standard google apps, for example, always return Activity.RESULT_CANCELEDto onActivityResultand are generally not designed for that use.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question