Camera default destination should be FILE_URI

This commit is contained in:
macdonst
2012-01-05 03:29:08 +08:00
parent b106d2cae8
commit 1d5af102c7
2 changed files with 2 additions and 2 deletions
@@ -101,7 +101,7 @@ public class CameraLauncher extends Plugin {
try {
if (action.equals("takePicture")) {
int srcType = CAMERA;
int destType = DATA_URL;
int destType = FILE_URI;
this.targetHeight = 0;
this.targetWidth = 0;
this.encodingType = JPEG;