mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-17 00:51:02 -04:00
Add permission for using camera
The zxing library will need this permission to work correctly.
This commit is contained in:
1 parent
8bfd0f1215
commit
2e457dc06e
1 file changed
+2
@@ -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"/>
|
||||
|
||||
Reference in new issue
Block a user