/ Published in: Java
Expand |
Embed | Plain Text
Intent i = new Intent(Intent.ACTION_SEND) ; i.putExtra(Intent.EXTRA_STREAM,imageUri) ; i.setType("image/jpeg") ; startActivity(Intent.createChooser(i,"Send Image To:")) ;
You need to login to post a comment.
