Skip to content

Commit de468b6

Browse files
authored
fix: Remove WRITE_EXTERNAL_PERMISSION (#915)
1 parent 48c4cdd commit de468b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin.xml

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
<param name="android-package" value="org.apache.cordova.camera.CameraLauncher"/>
5555
</feature>
5656
</config-file>
57-
<config-file target="AndroidManifest.xml" parent="/*">
58-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="30" />
59-
</config-file>
6057
<config-file target="AndroidManifest.xml" parent="application">
6158
<provider
6259
android:name="org.apache.cordova.camera.FileProvider"

0 commit comments

Comments
 (0)