Skip to content

Commit 465f11e

Browse files
Merge pull request #169 from NativeScript/amiorkov/manifest-fix
Resolve issues with nativescript-mediafilepicker plugin
2 parents b223b6b + 7e45910 commit 465f11e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platforms/android/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
33
<application>
44
<provider
55
android:name="android.support.v4.content.FileProvider"
@@ -8,6 +8,7 @@
88
android:grantUriPermissions="true">
99
<meta-data
1010
android:name="android.support.FILE_PROVIDER_PATHS"
11+
tools:replace="android:resource"
1112
android:resource="@xml/provider_paths"/>
1213
</provider>
1314
</application>

0 commit comments

Comments
 (0)