Skip to main content

23 posts tagged with "datalogic-android-sdk"

View All Tags

Datalogic Android SDK 1.25

· One min read

Datalogic Android SDK 1.25 is now available. You can access the documentation here. The online API documentation is available here.

Enhancements

  • Added AppManager class. AppManager gives developers the ability to manage installed applications. It provides the following methods.

  • Added PackageInstaller class. PackageInstaller gives developers the ability to install, uninstall and upgrade applications in unattended/silent mode.

  • Added linearTransmissionEnable property to the Composite class.

Other notes

  • On Android 10 (Android Q) devices, GPS and network sensors can't be toggled separately. Therefore, passing a LocationMode value of NETWORK or SENSORS to the LocationManager.setLocationMode() method will effectively be treated as if the value SENSORS_AND_NETWORK had been passed in.

Datalogic Android SDK 1.24

· One min read

Datalogic Android SDK 1.24 is now available. You can access the documentation here. The online API documentation is available here.

New features:

  • Introduced 2nd display Brightness, SwitchOffTimeout, Rotation and Rolling Speed control. See DLSecondDisplayManager for details. Currently, these APIs only apply to the Datalogic Memor 20.
  • Added Cradle APIs to control the locking cradle lever and manage Failure and Lock/Unlock Lever events. See DLCradleManager for details.
  • Added Visual Formatter methods. See the VisualFormatter class for details.
  • Added methods to manage keyboard overlays and a method to reset the keyboard configuration to its default in the AdvancedKeyboard class.