android - Launch email intent with Linkify, subject header -
i've managed set launch of email using linkify, , have learned how create intent subject set, , send email calling startactivity intent specified.
however, question how how linkify launch intent create - purposes of setting subject.
if subject fixed (i.e., you're declaring it), should able use addlinks()
on linkify
own matchfilter
, transformfilter
create mailto:
links whatever pattern like, , include ?subject=...
part on link.
Comments
Post a Comment