| Title | Action | Extras | Description |
|---|---|---|---|
| Scan a QR code | la.droid.qr.scan | Get complete QR code information |
Scan a QR code with QR Droid. |
specifies whether you want to receive full, unprocessed QR code contents; or only a visible, processed representation (this last one is default behavior). For example, a simple QR code with a phone number contains this “tel:+1234567“. By default, QR Droid will only send you back “+1234567″. If you want to receive full data (“tel:+1234567″), you must add this parameter:
qrDroid.putExtra( “la.droid.qr.complete” , true);
| Title | Action | Extras | Description |
|---|---|---|---|
| Scan a QR code | la.droid.qr.scan | Get complete QR code information |
Scan a QR code with QR Droid. |