diff --git a/framework/src/com/phonegap/DroidGap.java b/framework/src/com/phonegap/DroidGap.java index 19a4d2f95..bb548fdf8 100644 --- a/framework/src/com/phonegap/DroidGap.java +++ b/framework/src/com/phonegap/DroidGap.java @@ -71,7 +71,7 @@ public class DroidGap extends Activity { private CryptoHandler crypto; private BrowserKey mKey; private AudioHandler audio; - + private Uri imageUri; /** Called when the activity is first created. */