We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8f780 commit 9bdab9cCopy full SHA for 9bdab9c
plugin.xml
@@ -18,9 +18,6 @@
18
<param name="android-package" value="io.github.pwlin.cordova.plugins.fileopener2.FileOpener2" />
19
</feature>
20
</config-file>
21
- <config-file target="AndroidManifest.xml" parent="/*">
22
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
23
- </config-file>
24
<config-file target="AndroidManifest.xml" parent="application">
25
<provider android:name="io.github.pwlin.cordova.plugins.fileopener2.FileProvider" android:authorities="${applicationId}.fileOpener2.provider" android:exported="false" android:grantUriPermissions="true">
26
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/opener_paths" />
0 commit comments