hi all,
i want to pick image from a folder on sdcard for that i want to
display images of that folder only how can i achieve that , i am
using
Intent i = new Intent(Intent.ACTION_PICK,
android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
intent.putExtra( MediaStore.EXTRA_MEDIA_ALBUM,
outputFileUri );
intent.setType("image/*");
startActivityForResult(i, SELECT_PICTURE);
but this shows all folders on sd card..,
awaiting for reply
thanks in advance
--
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