mirror of
https://github.com/inventree/inventree-app.git
synced 2026-08-19 01:29:39 +00:00
Add intent wedge scanner, MDM support for Android (#863)
Add Android intent wedge scanner support with auto configuration for supported Zebra and Datalogic devices. Intent wedge scans can be done without pressing the scan button first. Adds the ability for an MDM server to push settings on Android.
This commit is contained in:
@@ -64,6 +64,10 @@ const String INV_BARCODE_SCAN_SINGLE = "barcodeScanSingle";
|
||||
// Barcode scanner types
|
||||
const int BARCODE_CONTROLLER_CAMERA = 0;
|
||||
const int BARCODE_CONTROLLER_WEDGE = 1;
|
||||
const int BARCODE_CONTROLLER_INTENT = 2;
|
||||
|
||||
// Whether one-time intent wedge detection has run
|
||||
const String INV_BARCODE_WEDGE_DETECTED = "barcodeWedgeDetected";
|
||||
|
||||
/*
|
||||
* Class for storing InvenTree preferences in a NoSql DB
|
||||
|
||||
Reference in New Issue
Block a user