Fixed bug of getting authority for Android 5.1 (#486)

This commit is contained in:
Alexander 2017-02-26 23:06:15 +07:00 committed by Marc Shilling
parent 98c2af2d1e
commit bf79750395

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.imagepicker" >
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.imagepicker"
>
<application>
<provider
<provider
tools:replace="android:authorities"
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"