Skip to content

Commit bec7351

Browse files
committed
feat: remove unnecessary ACCESS_NETWORK_STATE permission
1 parent 19e5d02 commit bec7351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<uses-permission
99
android:name="android.permission.QUERY_ALL_PACKAGES"
1010
tools:ignore="QueryAllPackagesPermission" />
11+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" tools:node="remove"/>
1112

1213
<uses-feature
1314
android:glEsVersion="0x00020000"

0 commit comments

Comments
 (0)