wewewe718 / QrAndBarcodeScanner

An Android app for scanning QR codes and barcodes
The Unlicense
712 stars 141 forks source link

[Coding Help] Scan with Screen Locked #118

Open esteves67 opened 2 years ago

esteves67 commented 2 years ago

Hello!

First, thank you so much for the app!

Anyone have an idea on how to get the scanner working while the screen is locked, my use case is that i don't want the final user to mess with phone settings (so i use the lock screen) while doing the scans (continuous), but for now when i lock the screen the scanner (camera) freezes and doesn't scan, i saw on stackoverflow that the way to go is WAKE LOCK on the onCreate part of the code, but im not sure, i guess i will be trying, but i would like to hear someone's idea on how to achieve it.

Thanks in advance everyone!