Skip to content

Commit

Permalink
fix ACCESS_NETWORK_STATE for android
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityDarkLab committed Feb 4, 2024
1 parent a403fd7 commit 5e7e3e2
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
@@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:label="gocast_mobile"
android:name="${applicationName}"
Expand Down

0 comments on commit 5e7e3e2

Please sign in to comment.