videoUri=row.getString(uriColumn); | videoUri=ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI,row.getInt(row.getColumnIndex(MediaStore.Video.Media._ID))); | row.getString(uriColumn) | ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI,row.getInt(row.getColumnIndex(MediaStore.Video.Media._ID))) | cw-omnibus | d5eed7893440d1d0c8655e0e3b6de3775e719b75 | com.commonsware.android.recyclerview.videotable.BaseVideoController | | | | - android.content.ContentUris
| | AssignedTo | False |