forked from public/cordova-plugin-camera
[CB-3654] added extern storage permissions so camera works. fixed issue with test page.
This commit is contained in:
@@ -26,6 +26,9 @@ id="org.apache.cordova.core.CameraLauncher"
|
||||
<param name="android-package" value="org.apache.cordova.core.CameraLauncher"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
<config-file target="AndroidManifest.xml" parent="/*">
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/android/CameraLauncher.java" target-dir="src/org/apache/cordova/core" />
|
||||
</platform>
|
||||
|
||||
Reference in New Issue
Block a user