This commit is contained in:
Patrick Alvin Alcala 2025-02-27 13:36:14 +08:00
parent a56ed92863
commit bda39a56d0
12 changed files with 144 additions and 105 deletions

View file

@ -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

View file

@ -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"/>