Skip to content

Commit

Permalink
Merge pull request #2 from ath0mas/android-permissions
Browse files Browse the repository at this point in the history
feat(android): remove READ_EXTERNAL_STORAGE permission
  • Loading branch information
ath0mas authored Aug 24, 2023
2 parents cff598a + 02e6574 commit e157d9f
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 @@ -22,9 +22,6 @@
<param name="android-package" value="io.github.pwlin.cordova.plugins.fileopener2.FileOpener2" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
</config-file>
<config-file target="AndroidManifest.xml" parent="application">
<provider android:name="io.github.pwlin.cordova.plugins.fileopener2.FileProvider" android:authorities="${applicationId}.fileOpener2.provider" android:exported="false" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/opener_paths" />
Expand Down

0 comments on commit e157d9f

Please sign in to comment.