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