Activity Start for e-mail access

I haven't used Mit AI2 for many years. How can I ask for consent to the use of e-mail and related registration? Hepl me!

EMAIL:

Action:
android.intent.action.VIEW

DataUri:
mailto:your@mail.com?subject=Hello you&body=you messsage

SMS:

Action:
android.intent.action.SENDTO

DataUri:
smsto:0123456789

ExtraKey:
sms_body

ExtraValue:
you message

See the topic Start the mailer with pre-addressed message in Using the Activity Starter tutorial. There is an example.

1 Like