hi all.

I am just wondering why I cant access the gallery using the code
below.

Intent gallery = new Intent(Intent.ACTION_VIEW, Uri.parse("content://
media/internal/images/media"));
startActivity(gallery);

but when I installed the 3D gallery from cooliris, it is already
possible.
I can access the images from the installed 3D gallery.
But why cant I access the preinstalled gallery on the device?

Thank you.

-- 
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