Skip to content

Commit 2725395

Browse files
brvale97claude
andcommitted
Add missing VIBRATE permission for haptic cues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9cbfa22 commit 2725395

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
77
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
88
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
9+
<uses-permission android:name="android.permission.VIBRATE" />
910

1011
<application
1112
android:allowBackup="false"

0 commit comments

Comments
 (0)