File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <repo >https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo >
3131 <issue >https://issues.apache.org/jira/browse/CB/component/12320645</issue >
3232
33+ <dependency id =" cordova-plugin-compat" version =" ^1.0.0" />
34+
3335 <js-module src =" www/CameraConstants.js" name =" Camera" >
3436 <clobbers target =" Camera" />
3537 </js-module >
7173 <source-file src =" src/android/CameraLauncher.java" target-dir =" src/org/apache/cordova/camera" />
7274 <source-file src =" src/android/FileHelper.java" target-dir =" src/org/apache/cordova/camera" />
7375 <source-file src =" src/android/ExifHelper.java" target-dir =" src/org/apache/cordova/camera" />
74- <source-file src =" src/android/PermissionHelper.java" target-dir =" src/org/apache/cordova/camera" />
7576
7677 <js-module src =" www/CameraPopoverHandle.js" name =" CameraPopoverHandle" >
7778 <clobbers target =" CameraPopoverHandle" />
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3434import org .apache .cordova .CordovaPlugin ;
3535import org .apache .cordova .CordovaResourceApi ;
3636import org .apache .cordova .LOG ;
37+ import org .apache .cordova .PermissionHelper ;
3738import org .apache .cordova .PluginResult ;
3839import org .json .JSONArray ;
3940import org .json .JSONException ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments