From 27f482fdc6337e40d788712b252e1d35b637cd70 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Thu, 18 Mar 2021 11:52:14 +0000 Subject: [PATCH] Update to internet on by default with Android to match iOS Our upcoming metadata file can turn this off if we need to. Fixes #1715 --- cmd/fyne/internal/mobile/manifest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/fyne/internal/mobile/manifest.go b/cmd/fyne/internal/mobile/manifest.go index 96884fd1a7..29b6a2f5bc 100644 --- a/cmd/fyne/internal/mobile/manifest.go +++ b/cmd/fyne/internal/mobile/manifest.go @@ -78,4 +78,5 @@ var manifestTmpl = template.Must(template.New("manifest").Parse(` + `))