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

Commit 0535858

Browse files
author
soliury
committed
fix permission bugs on android
1 parent b48ea4d commit 0535858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
package="com.noder">
33

44
<uses-permission android:name="android.permission.INTERNET" />
5+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
6+
<uses-permission android:name="android.permission.VIBRATE"/>
57

68
<application
79
android:allowBackup="true"

0 commit comments

Comments
 (0)