Android Gallery not instantly refreshed with new recorded videos
问题 With the following code, the Android Gallery is not refreshed instantly. If i try to see the new files, I need to restart the device or wait. private void addVideoGallery() { File f = new File(outputfilename); Intent mediaScannerIntent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE); Uri fileContentUri = Uri.fromFile(f); mediaScannerIntent.setData(fileContentUri); this.sendBroadcast(mediaScannerIntent); } With this other code, all works fine but in the logcat I see an error that my