We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d548125 + a060a8f commit cd4f2e5Copy full SHA for cd4f2e5
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