Defined permissions used by the app in AndroidManifest.xml

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

3
android/.idea/.gitignore generated vendored
View File

@ -1,3 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml

View File

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