Skip to content

Commit

Permalink
Add INTERNET permission for Android
Browse files Browse the repository at this point in the history
This was annoying.
I couldn't figure out why my release build wouldn't show the videos
properly but the debug build worked just fine.
After searching through many GitHub issues I finally decided to search
the actual error shown in the app.
Searching for "android webview net err_cache_miss" on DuckDuckGo,
I found the answer on Stack Overflow at
https://stackoverflow.com/a/31533625
  • Loading branch information
Eric Nguyen committed Jul 18, 2020
1 parent fbe2237 commit 26c17be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:label="IZ*ONE"
Expand Down

0 comments on commit 26c17be

Please sign in to comment.