Datalogic Android SDK 1.29
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
ConfigurationManagerclass:WifiRoamingProfileenum for setting roaming aggressivenessOffChargingModePolicyenum for setting the off charging modeUSBFunctionenum for setting the default and current USB Transfer Protocol- Dual SIM Configuration for devices that support 2 SIM cards. See
DualSimPreferredCallsAndSms,DualSimPreferredData, andDualSimStatusenums.
- New
Intentsclass.- 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
itf14method inside theInterleaved25class) - Added GS1-QR Code support (see
gs1_qrCodemethod inside theQRCodeclass)
Corrected defects
- Fixed
WifiPowerSaveenum. ReplacedWIFI_Q_POWERandWIFI_Q_POWER_VOIP_CALLSwithWIFI_POWER_SAVE_ENABLEDandWIFI_POWER_SAVE_ENABLED_VOIP_CALLSdefinitions
