From 52e244336c558046c217415d9b87daa6a35bbbe4 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Wed, 18 Jan 2023 21:51:13 -0500 Subject: [PATCH] Fix Android manifest to allow internet access --- android/app/src/debug/AndroidManifest.xml | 1 + android/app/src/main/AndroidManifest.xml | 2 ++ android/app/src/profile/AndroidManifest.xml | 1 + 3 files changed, 4 insertions(+) diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index c29ba58..5c9e0d1 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -5,4 +5,5 @@ to allow setting breakpoints, to provide hot reload, etc. --> + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index dd26b82..831fd53 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -37,4 +37,6 @@ + + diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml index c29ba58..5c9e0d1 100644 --- a/android/app/src/profile/AndroidManifest.xml +++ b/android/app/src/profile/AndroidManifest.xml @@ -5,4 +5,5 @@ to allow setting breakpoints, to provide hot reload, etc. --> +