I have included \'share via myApp\' option. I inserted following code in the receiving activity class.
// Get the intent that started this activity I
For getting bitmap from uri,
Bitmap mBitmap = Media.getBitmap(this.getContentResolver(), uri);
Hope this helps you.