diff --git a/plugin.xml b/plugin.xml index c528d8b..cc9f925 100644 --- a/plugin.xml +++ b/plugin.xml @@ -26,6 +26,9 @@ id="org.apache.cordova.core.CameraLauncher" + + + diff --git a/test/camera/index.html b/test/camera/index.html index 08a93f9..f761fbf 100644 --- a/test/camera/index.html +++ b/test/camera/index.html @@ -340,7 +340,7 @@ document.addEventListener("deviceready", function() { deviceReady = true; platformId = cordova.require('cordova/platform').id; - CameraPopoverOptions = cordova.require('org.apache.cordova.CameraLauncher.CameraPopoverOptions'); + CameraPopoverOptions = cordova.require('org.apache.cordova.core.CameraLauncher.CameraPopoverOptions'); console.log("Device="+device.platform+" "+device.version); createOptionsEl('sourceType', Camera.PictureSourceType, camPictureSourceTypeDefault); createOptionsEl('destinationType', Camera.DestinationType, camDestinationTypeDefault);