Skip to content

Commit 44fb866

Browse files
committed
Fixed build
1 parent 02a7709 commit 44fb866

File tree

1 file changed

+15
-0
lines changed
  • AI_MultiBarcodes_Capture/src/main/res/values

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<!-- Processing Mode Arrays (for managed configuration only) -->
5+
<string-array name="processing_mode_names">
6+
<item>File-based Processing</item>
7+
<item>HTTP/HTTPS Post Processing</item>
8+
</string-array>
9+
10+
<string-array name="processing_mode_values">
11+
<item>file</item>
12+
<item>https_post</item>
13+
</string-array>
14+
15+
</resources>

0 commit comments

Comments
 (0)