Skip to content

Commit

Permalink
Update to internet on by default with Android to match iOS
Browse files Browse the repository at this point in the history
Our upcoming metadata file can turn this off if we need to.
Fixes #1715
  • Loading branch information
andydotxyz committed Mar 22, 2021
1 parent af9d769 commit 7c57198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fyne/internal/mobile/manifest.go
Expand Up @@ -78,4 +78,5 @@ var manifestTmpl = template.Must(template.New("manifest").Parse(`
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
</manifest>`))

0 comments on commit 7c57198

Please sign in to comment.