Skip to content

Commit

Permalink
fix: Remove WRITE_EXTERNAL_PERMISSION (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored Oct 29, 2024
1 parent 48c4cdd commit de468b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
<param name="android-package" value="org.apache.cordova.camera.CameraLauncher"/>
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="30" />
</config-file>
<config-file target="AndroidManifest.xml" parent="application">
<provider
android:name="org.apache.cordova.camera.FileProvider"
Expand Down

0 comments on commit de468b6

Please sign in to comment.