Credntia / MVBarcodeReader

A Barcode scanner library for Android. Uses the Google Play Services' mobile vision api for barcode detection.
Apache License 2.0
68 stars 22 forks source link

Message Snackbar hardcoded when camera permission denied #42

Open JDSCaram opened 5 years ago

JDSCaram commented 5 years ago

Hello, On method "requestCameraPermission()" inside "BarcodeCaptureFragment" is with text hardcoded, would we input the text? to solve the translation problem, because the text is in English

iamMehedi commented 5 years ago

Maybe it'd be better if we let the developer handle permissions and not the library.