Skip to content

Commit

Permalink
Add vibration permission to Android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 19, 2024
1 parent 2bdafb4 commit 54141b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/android/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.BLUETOOTH"
Expand Down

1 comment on commit 54141b9

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.