Skip to content

QrCode: VCard is recognized like plain text #139

Open
@IvanShafran

Description

@IvanShafran

Hi!

I noticed some problem in returned Barcode object after qr-code recognizing.
Barcode object had valueFormate equal to TEXT, but In fact the qr-code contains VCard with single field "Email". Also it happens with some other single-field VCARDs.

Details:

BarcodeDetector detector = new BarcodeDetector.Builder(context)        
.setBarcodeFormats(Barcode.QR_CODE)
.build();

Qr-code and qr-code generator attached below:

(Sorry, it's in Russian)
http://qrcoder.ru/?t=v

vcard_plain_text

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions