In my app i want to open a link in a specific browser, When a user tap button it should open a link in specific browser (chrome only)?.
I am using
Activity Starter : android.intent.action.VIEW
it shows all available browsers
It should not show all available browser, it should directly open specific browser.
If browser is not installed it should take user to play store to download that browser.



