dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

How to use this in Android6.0 #51

Closed dwordwu closed 8 years ago

dwordwu commented 8 years ago

it will cause application quit in Android6.0

dlazaro66 commented 8 years ago

This is not a QRCodeReaderView issue since you need to check the Camera permission in runtime before using the view (please check: http://developer.android.com/intl/pt-br/training/permissions/index.html)