Android Camera Video intent returns null URI
问题 I recently got updated to Android 4.3 and the stock video camera started acting a little weird whenever I started it with an Intent from my app. At first it would just crash and say "Gallery stopped responding". After a little while, I was able to record a video, but clicking on done returned a null URI to my app, which made it crash! So I set out testing a 2.3.4 device with the same code. The video app returned a proper URI I could use on that device. The same code worked perfectly fine