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 2e98696 commit 81fcdcbCopy full SHA for 81fcdcb
example/push_notifications/android/app/src/main/AndroidManifest.xml
@@ -39,5 +39,14 @@
39
<meta-data
40
android:name="flutterEmbedding"
41
android:value="2" />
42
+ <provider
43
+ android:name="com.pichillilorenzo.flutter_inappwebview.InAppWebViewFileProvider"
44
+ android:authorities="${applicationId}.flutter_inappwebview.fileprovider"
45
+ android:exported="false"
46
+ android:grantUriPermissions="true">
47
+ <meta-data
48
+ android:name="android.support.FILE_PROVIDER_PATHS"
49
+ android:resource="@xml/provider_paths" />
50
+ </provider>
51
</application>
52
</manifest>
0 commit comments