mohan
mohan

Reputation: 13165

How to access gallery folder on an android device

I want to retrieve a video or image from the gallery folder. In my honeycomb tablet I don't have a sdcard. Can anybody tell me how to retrieve the image or video in android?

Thanks

Upvotes: 3

Views: 1888

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006614

Use the MediaStore content provider to find indexed media on the device. The Gallery application, for example, uses MediaStore -- there is no "gallery folder".

Upvotes: 1

Related Questions