String columns[] = new String[]{Media._ID, Media.DATA, Media.DISPLAY_NAME, Media.MIME_TYPE, Media.SIZE, Media.MINI_THUMB_MAGIC};
// loop until break
while( true ) {
// get latest image from table
Uri image = ContentUris.withAppendedId( Media.EXTERNAL_CONTENT_URI, latestId );
Cursor cursor = application.managedQuery( image, columns, null, null, null );
// check if cursus has rows, if not break and exit loop
if( cursor.moveToFirst() ) {
// get thumbnail field