Skip to content

Commit

Permalink
Update Android/BarcodeScanner/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Aug 13, 2012
1 parent 5231127 commit 5ea295e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Android/BarcodeScanner/README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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
</intent-filter> </intent-filter>
</activity>` </activity>`


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:


`<uses-permission android:name="android.permission.CAMERA" />` `<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FLASHLIGHT" />`




## Using the plugin ## ## Using the plugin ##
Expand Down

0 comments on commit 5ea295e

Please sign in to comment.