how can i view the standard gallery?
The view should be just like opening the gallery from all apps.

On Oct 22, 7:47 pm, MG <my.android.a...@gmail.com> wrote:
> 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