Open ye4ever opened 10 years ago
hi ,
Intent share = new Intent(Intent.ACTION_SEND); share.setType("image/*"); share.putExtra(Intent.EXTRA_STREAM, Uri.parse(URL)); startActivity(Intent.createChooser(share, "Share Image"));
I want to position the image in the cache so I can share where smart image view save image ?
I am having the same problem, have you resolved this issue?
hi ,
when i try share image
I want to position the image in the cache so I can share
where smart image view save image ?