Fixed bug of getting authority for Android 5.1 (#486)
This commit is contained in:
parent
98c2af2d1e
commit
bf79750395
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user