We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b223b6b commit 7e45910Copy full SHA for 7e45910
src/platforms/android/AndroidManifest.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
3
<application>
4
<provider
5
android:name="android.support.v4.content.FileProvider"
@@ -8,6 +8,7 @@
8
android:grantUriPermissions="true">
9
<meta-data
10
android:name="android.support.FILE_PROVIDER_PATHS"
11
+ tools:replace="android:resource"
12
android:resource="@xml/provider_paths"/>
13
</provider>
14
</application>
0 commit comments