docs: Fix closing xml tag for CodeScanner docs (#1918)

* add full list of supported codes to example and add closing xml tag

* Revert exhaustive code list in example

---------

Co-authored-by: Nate Krieger <nate.krieger@traxero.co>
This commit is contained in:
Nate Krieger
2023-10-05 08:48:30 -04:00
committed by GitHub
parent cc0256a0fe
commit b14958b1b0

View File

@@ -48,7 +48,7 @@ To download the model when the user installs your app, add this to your `Android
...
<meta-data
android:name="com.google.mlkit.vision.DEPENDENCIES"
android:value="barcode">
android:value="barcode" />
</application>
```