diff --git a/test/camera/index.html b/test/camera/index.html index b9031b5..2d5eade 100644 --- a/test/camera/index.html +++ b/test/camera/index.html @@ -34,7 +34,7 @@ var deviceReady = false; var platformId = cordova.require('cordova/platform').id; - var CameraPopoverOptions = cordova.require('cordova/plugin/CameraPopoverOptions'); + var CameraPopoverOptions = cordova.require('org.apache.cordova.CameraLauncher.CameraPopoverOptions'); var pictureUrl = null; var fileObj = null; var fileEntry = null;