I am accessing videos, from programmatically created folder, using following code But it returning cursor count 0, what should I do to solve this p
videos
0
You should force the Android MediaStore to index created directory.
MediaStore
String directoryPath = "file://" + Environment.getExternalStorageDirectory().getAbsolutePath() + "/smartVcall" sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse(directoryPath)));