Skip to content

Commit a060a8f

Browse files
Add vibrate permission
1 parent 7b0b4de commit a060a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qrcodescanner/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
package="com.blikoon.qrcodescanner">
44

5+
<uses-permission android:name="android.permission.VIBRATE" />
56
<application android:allowBackup="true" android:label="@string/app_name"
67
android:supportsRtl="true">
78
<activity android:name=".QrCodeActivity">

0 commit comments

Comments
 (0)