OSDN Git Service

Only delete the Uri coming from onMediaSaved
authorztenghui <ztenghui@google.com>
Mon, 14 Oct 2013 18:15:44 +0000 (11:15 -0700)
committerThe Android Automerger <android-build@google.com>
Mon, 14 Oct 2013 22:08:07 +0000 (15:08 -0700)
commit3543879bf2d59feae5ded9e5709d40fe33925746
tree365dc4bb6d037aef68ea6a7684e4d1fa08c007c7
parent180f009b254c887c225bb1754b40b7d0bde75076
Only delete the Uri coming from onMediaSaved

The incoming Uri can be null, or a file Uri, which we don't want to delete.
The Uri from onMediaSaved has been inserted to the MediaStore and pass null
check.

bug:11218007

Change-Id: Ie4b08cae94e22a8014ea2436f0a82eba2541a667
src/com/android/camera/VideoModule.java