[android-developers] How can I access gallery from HTC Desire?
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home