Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 811ef00

Browse files
committed
Add ACCESS_NETWORK_STATE permission for better WebView support.
1 parent a847ebd commit 811ef00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
<!-- Retrieve online modules -->
1111
<uses-permission android:name="android.permission.INTERNET" />
12+
<!-- WebView offline webpage support -->
13+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1214
<!-- Make sure of the module active state by checking enabled modules on boot -->
1315
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1416
<!-- Open config apps for applications -->

0 commit comments

Comments
 (0)