We\'re using MediaRecorder to record video to a file on the external storage using setOutputFile() before doing the actual recording.
Everything works fine, but the main
A dirty way would be to check the lastModified() value of the File and open the VideoView if the File wasn't modified for 2 seconds.
lastModified()