AndroidManifest: fix INTERNET permission?

This commit is contained in:
lemoer 2025-07-12 00:42:40 +02:00
parent 44fcd01360
commit 9044e727ec

View File

@ -31,10 +31,10 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and
https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT.