Hi,

I need a sample code or tutorial for accessing phone images/media
through content provider ?

I know the following, what next ?

ContentResolver cr = mContext.getContentResolver(); Cursor cursor =
cr.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null,
null, null);

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