Skip to content

Commit cd4f2e5

Browse files
Merge pull request #6 from tobiasKaminsky/vibrate
Add vibrate permission
2 parents d548125 + a060a8f commit cd4f2e5

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)