Skip to content

Commit

Permalink
Merge pull request #36 from fga-eps-mds/fix#58/Permissao-internet
Browse files Browse the repository at this point in the history
[FIX] Ajusta permissão para internet (#58)
  • Loading branch information
GabrielCostaDeOliveira authored Dec 15, 2024
2 parents c6d4091 + 3818bf2 commit d3e8736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET"/>

<application
android:label="aranduapp"
android:name="${applicationName}"
Expand Down Expand Up @@ -31,6 +34,7 @@
android:name="flutterEmbedding"
android:value="2" />
</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.
Expand Down

0 comments on commit d3e8736

Please sign in to comment.