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 6aca2b2 commit 50ff686Copy full SHA for 50ff686
android/src/main/AndroidManifest.xml
@@ -1,12 +1,13 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
xmlns:tools="http://schemas.android.com/tools"
3
package="com.flutter_webview_plugin">
4
+ <uses-sdk android:minSdkVersion="16" />
5
<application>
6
<provider
7
android:name="androidx.core.content.FileProvider"
8
android:authorities="${applicationId}.fileprovider"
9
android:exported="false"
- android:grantUriPermissions="true"
10
+ android:grantUriPermissions="true"
11
tools:replace="android:authorities">
12
<meta-data
13
android:name="android.support.FILE_PROVIDER_PATHS"
0 commit comments