QRCodeScanner
QRCodeScanner copied to clipboard
Typo in GOT_RESULT string
The GOT_RESULT
string in QrCodeActivity
which is used as the key for scan result that is passed as extra data with intent has an error.
It should have been com.blikoon.qrcodescanner.got_qr_scan_result
instead of com.blikoon.qrcodescanner.got_qr_scan_relult
, i.e., result
instead of relult
.