i want to ask about built in gallery android 3.0.
i make an intent to access it. this is my code :

Intent intent = new 
Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(intent, GET_IMAGE_SD_REQUEST);

when i try on android 2.2 and 2.3 it working well, but when i try on 
android 3.0. it shows an error.
and when i try to open android gallery manualy, it shows an error and 
forcing to close.
is it a bug or something? someone help me please.
thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to