Skip to content

Commit 5ea295e

Browse files
committed
Update Android/BarcodeScanner/README.md
1 parent 5231127 commit 5ea295e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Android/BarcodeScanner/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4545
</intent-filter>
4646
</activity>`
4747

48-
9. And make sure you have the following permission in your AndroidManifest.xml file:
48+
9. And make sure you have the following permissions in your AndroidManifest.xml file:
4949

50-
`<uses-permission android:name="android.permission.CAMERA" />`
50+
`<uses-permission android:name="android.permission.CAMERA" />
51+
<uses-permission android:name="android.permission.FLASHLIGHT" />`
5152

5253

5354
## Using the plugin ##

0 commit comments

Comments
 (0)