Update AndroidManifest.xml

This commit is contained in:
Alex Li 2022-04-19 14:58:58 +08:00 committed by GitHub
parent 7307d473fa
commit 04f0ce78f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,10 @@
android:exported="true"
android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.TrustedWebActivitySingleInstance"
android:launchMode="singleInstance"/>
<receiver android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ActionBroadcastReceiver" />
<receiver
android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ActionBroadcastReceiver"
android:enabled="true"
android:exported="false" />
<meta-data
android:name="io.flutter.embedded_views_preview"
android:value="true" />
@ -37,4 +40,4 @@
"android.support.customtabs.action.CustomTabsService" />
</intent>
</queries>
</manifest>
</manifest>