We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0b4de commit a060a8fCopy full SHA for a060a8f
qrcodescanner/src/main/AndroidManifest.xml
@@ -2,6 +2,7 @@
2
3
package="com.blikoon.qrcodescanner">
4
5
+ <uses-permission android:name="android.permission.VIBRATE" />
6
<application android:allowBackup="true" android:label="@string/app_name"
7
android:supportsRtl="true">
8
<activity android:name=".QrCodeActivity">
0 commit comments