I want to get all videos information in android, I have tried use
Cursor cursor = context.getContentResolver().query(
MediaStore.Video.Media.EXTERNAL_CONTENT_URI, null, null,
null, null);
However, this can only get the videos which I captured. I want to get all videos in my phone,not only the videos I captured ,but also the videos I download from the Internet.