Add permission for using camera

The zxing library will need this permission to work
correctly.
This commit is contained in:
Branden Archer committed 2016-02-07 15:37:40 -05:00
1 parent 8bfd0f1215
commit 2e457dc06e
1 file changed
+2
+2
View File
@@ -2,6 +2,8 @@
<manifest package="protect.card_locker"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission
android:name="android.permission.CAMERA"/>
<uses-permission
android:maxSdkVersion="18"
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>