We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a7709 commit 44fb866Copy full SHA for 44fb866
AI_MultiBarcodes_Capture/src/main/res/values/arrays.xml
@@ -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
14
15
+</resources>
0 commit comments