how to trigger particular app in android by default

177 views Asked by At

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?

0

There are 0 answers