Datalogic Android SDK 1.29
· 2 min read
Datalogic Android SDK 1.29 is now available. The SDK add-on version supports Android API levels up to 30 (Android 11).
You can access the documentation here.
Enhancements
- Added several read-only properties that can be retrieved by the
ConfigurationManager
class:WifiRoamingProfile
enum for setting roaming aggressivenessOffChargingModePolicy
enum for setting the off charging modeUSBFunction
enum for setting the default and current USB Transfer Protocol- Dual SIM Configuration for devices that support 2 SIM cards. See
DualSimPreferredCallsAndSms
,DualSimPreferredData
, andDualSimStatus
enums.
- New
Intents
class.- Cradle Intents to control the Cradle and to be notified about Cradle Events
- Configuration Intents to change the device configuration and to be notified about configuration changes
- Added Scan2Deploy QRCode support. This allows users to scan a Scan2Deploy barcode while using any application and cause the Scan2Deploy Android UI to be displayed.
- Added Optical Character Recognition (OCR) support to the scanner. Uses includes scanning travel documentation in TD1 size and reading passports in TD3 size
- Added Multiscan partial results mode to allow the user to collect a defined number of barcodes in a single session and transmit them at the same time.
- Added Aggressiveness support for several symbologies (
Code39
,Interleaved25
,EAN13
,DataMatrix
) - Added ITF14 symbology support (see
itf14
method inside theInterleaved25
class) - Added GS1-QR Code support (see
gs1_qrCode
method inside theQRCode
class)