Hi All,

I'm using the following code to call gallery browser and pick an image in my
App:
*
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent, "Select Picture"),
SELECT_PICTURE);
*
and it works well, but when i installed ES File *Explorer* on my device, I
noticed that it is being called too by the above code, which is something I
don't want!
So, how we can call gallery browser only?

Thank you,
-- 
Mohammad

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

Reply via email to