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
orSENSORS
to the LocationManager.setLocationMode() method will effectively be treated as if the valueSENSORS_AND_NETWORK
had been passed in.