Skip to content

Commit

Permalink
fix(#58): Ajusta permissão para internet
Browse files Browse the repository at this point in the history
  • Loading branch information
EngDann committed Dec 14, 2024
1 parent c898afd commit 3818bf2
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 3818bf2

Please sign in to comment.