update
This commit is contained in:
parent
a56ed92863
commit
bda39a56d0
12 changed files with 144 additions and 105 deletions
|
|
@ -30,7 +30,8 @@
|
|||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
android:value="2"
|
||||
/>
|
||||
</application>
|
||||
<!-- Required to query activities that can process text, see:
|
||||
https://developer.android.com/training/package-visibility and
|
||||
|
|
|
|||
|
|
@ -5,6 +5,12 @@
|
|||
-->
|
||||
<application
|
||||
android:enableOnBackInvokedCallback="true">
|
||||
|
||||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2"
|
||||
android:name="io.flutter.embedding.android.EnableImpeller"
|
||||
android:value="false"/>
|
||||
</application>
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue