Hello All,
I have to show all images from device and user can select multiple
images, i have to get Uri of the selected images in my Activity.
I know how to select one image and get its Uri. I have done this
through following code:
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent, "Select
Picture"), 1);
issue is in how user can select multiple images.
Thanks
Sudha
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en