mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-02 00:07:24 +08:00
Try to change to fix class not found.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
<platform name="android">
|
||||
<config-file target="res/xml/config.xml" parent="/*">
|
||||
<feature name="CustomCamera">
|
||||
<param name="android-package" value="org.geneanet.customCamera"/>
|
||||
<param name="android-package" value="org.geneanet.customCamera.CameraLauncher"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
<config-file target="AndroidManifest.xml" parent="/*">
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ customCameraExport.prototype.getPicture = function() {
|
||||
};
|
||||
|
||||
customCameraExport.prototype.startCamera = function() {
|
||||
cordova.exec(
|
||||
exec(
|
||||
function(result) {
|
||||
console.log("success");
|
||||
console.log(result);
|
||||
|
||||
Reference in New Issue
Block a user