Android
Last updated
Last updated
Here is a summary of the changes, fixes, and additions in IMS SDK release 1.13:
The version 1.10 BluetoothManager is no longer available.
Use ; the combination of BluetoothPairedAclProvider
and DsDeviceDetectionMonitor
provides the same functionality.
Primary users can send invitations to secondary users also based on their family accounts (VEHICLE and ACCOUNT based invitations).
Primary users can remove secondary users from their FAMILY ACCOUNT.
SDK 1.12 is not obfuscated. If you are using SDK Bluetooth (Device) libraries, you need to add this line in your proguard-rules file : -keep class com.drivesync.android.devices.** { *; }
See