android - Get mailto field from intent -


i have put app option share when click on email address. how can field "mailto" intent?

intent { act=android.intent.action.view dat=mailto:xxxxxxx@xxxxx.xxx flg=0x3000000 cmp=net.a2system.yambing/.activities.contactschooser (has extras) } 

i know easy tried , can't. thanks!

try use intent.getdata() method.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -