Skip to content

Commit deb513c

Browse files
committed
fix: fix android 'net::ERR_CACHE_MISS'
1 parent a0d853f commit deb513c

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2-
<!-- The INTERNET permission is required for development. Specifically,
3-
the Flutter tool needs it to communicate with the running application
4-
to allow setting breakpoints, to provide hot reload, etc.
5-
-->
62
<uses-permission android:name="android.permission.INTERNET"/>
73
</manifest>

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="me.revimal.ondaum">
3+
<uses-permission android:name="android.permission.INTERNET"/>
34
<application
45
android:label="Ondaum"
56
android:name="${applicationName}"
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2-
<!-- The INTERNET permission is required for development. Specifically,
3-
the Flutter tool needs it to communicate with the running application
4-
to allow setting breakpoints, to provide hot reload, etc.
5-
-->
62
<uses-permission android:name="android.permission.INTERNET"/>
73
</manifest>

0 commit comments

Comments
 (0)