Intent ACTION_SEND doesn't show every browser
问题 I have a button which fires a ACTION_SEND intent when clicked as below: private static final String WEB_URL = "https://www.google.ca/"; @Override public void onClick(View v) { Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND); intent.putExtra(Intent.EXTRA_TEXT, WEB_URL); intent.setType("text/plain"); startActivity(Intent.createChooser(intent, "CHOOOOOSE")); } Currently, it has some other apps, 'Copy to clipboard', and 'Add to Firefox' which can be used to open the link in