Say if, I want to restore an .vcf
file / send an email from my app and i use Implicit Intents
to achieve it.
But, it pops up some options like (for vcf files:
Editor, people. for email: gmail
, mail).
I want only one application to be opened by default (Without prompting the user).
How can i do that?