We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5231127 commit 5ea295eCopy full SHA for 5ea295e
Android/BarcodeScanner/README.md
@@ -45,9 +45,10 @@ If you are using PhoneGap 1.5.0 to 1.8.1 please use the 1.8.1 directory. If you
45
</intent-filter>
46
</activity>`
47
48
-9. And make sure you have the following permission in your AndroidManifest.xml file:
+9. And make sure you have the following permissions in your AndroidManifest.xml file:
49
50
- `<uses-permission android:name="android.permission.CAMERA" />`
+ `<uses-permission android:name="android.permission.CAMERA" />
51
+ <uses-permission android:name="android.permission.FLASHLIGHT" />`
52
53
54
## Using the plugin ##
0 commit comments