Skip to content

Instantly share code, notes, and snippets.

@hafs-r
Created April 26, 2016 07:21
Show Gist options
  • Save hafs-r/54d1ebff59468bc0e7b5652dee6feac1 to your computer and use it in GitHub Desktop.
Save hafs-r/54d1ebff59468bc0e7b5652dee6feac1 to your computer and use it in GitHub Desktop.
targetedShareIntent.setType("application/twitter");
//I tried this too, targetedShareIntent.setType("image/*");
targetedShareIntent.putExtra(Intent.EXTRA_SUBJECT, getResources().getString(R.string.app_name));
targetedShareIntent.putExtra(Intent.EXTRA_STREAM, dataUri);
targetedShareIntent.putExtra(Intent.EXTRA_TEXT, shareTwitter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment