I\'m trying to add an image to my twitter share intent. I save an image locally in one class and then in another I get the image and try to attach to my intent.
Here is
This is what you need
intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(file);