fix provider冲突造成的无法获取路径的问题

This commit is contained in:
zher52
2020-05-13 12:00:50 +08:00
parent 07e7444ee1
commit 852531344a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
<config-file target="AndroidManifest.xml" parent="application">
<provider
android:name="org.apache.cordova.camera.FileProvider"
android:authorities="${applicationId}.provider"
android:authorities="${applicationId}.camera.provider"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data