Skip to content

Commit

Permalink
Add vibrator permission
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 committed Feb 20, 2024
1 parent 2ea6552 commit d7b2abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
<uses-permission android:name="android.permission.VIBRATE"/>

<application
android:allowBackup="true"
Expand Down

0 comments on commit d7b2abe

Please sign in to comment.