From 832e8b55d4d22ae041069be7ec8257b9afb68192 Mon Sep 17 00:00:00 2001 From: Reuben Mangubat Date: Fri, 29 Jan 2021 17:18:22 +0800 Subject: [PATCH] Add QR code intent call out to usage in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d01c6c32..3b9b9778 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The following table shows the intent actions available for each operation availa | -------------- | ---------------------------------------------- | ------------------------------------------ | | MRZ | `org.idpass.smartscanner.odk.MRZ_SCAN` | `org.idpass.smartscanner.MRZ_SCAN` | | Barcode | `org.idpass.smartscanner.odk.BARCODE_SCAN` | `org.idpass.smartscanner.BARCODE_SCAN` | +| QR code | `org.idpass.smartscanner.odk.QRCODE_SCAN` | `org.idpass.smartscanner.QRCODE_SCAN` | | ID PASS Lite | `org.idpass.smartscanner.odk.IDPASS_LITE_SCAN` | `org.idpass.smartscanner.IDPASS_LITE_SCAN` | To perform an operation, create an intent for the desired operation. This example shows how to call an intent to scan an MRZ (ODK):