Defined permissions used by the app in AndroidManifest.xml

This commit is contained in:
2023-05-06 10:41:47 +02:00
parent 6713519b19
commit 3f18fd85ab
2 changed files with 1 additions and 3 deletions

View File

@ -31,4 +31,5 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>