Skip to content
Snippets Groups Projects
Commit a1ca8e0e authored by akwizgran's avatar akwizgran
Browse files

Apparently we need to declare a permission to vibrate the phone. Jesus.

parent 8b5d88d1
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:theme="@style/LightTheme"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment