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:
parent
cc0256a0fe
commit
b14958b1b0
@ -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>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user