Tags: gna-sw/Jabra-Perform-BlueParrott-Android-SDK
Tags
BlueParrott SDK v4.6.01 Included: - blueparrottsdk-release - .aar file to import into your Android Studio project - blueparrottsdkdemo - basic demo that shows how to connect to sdk, enable the sdk, listen for button events and update config settings on headset - javadocs - java reference documentation New in 4.6.01 - Added new method setCustomerUUID setting to the SDK. This is a unique ID that is assigned to each account/customer and must be set during the development and release of your application. - Added support for remoteLogging to allow for improved support in troubleshooting while developing and after release.
BlueParrott SDK v4.6.00 Included: - blueparrottsdk-release - .aar file to import into your Android Studio project - blueparrottsdkdemo - basic demo that shows how to connect to sdk, enable the sdk, listen for button events and update config settings on headset - javadocs - java reference documentation New in 4.6.00 - Deprecated AT-only version (limited SDK) - Workaround to deal with bug in Android OS which blocks handling of Bluetooth commands on Work Profile - Workaround for Bug in Samsung Work Profile implementation which results in duplicate events - New SDK Methods getModel, getMacAddress, getFriendlyName - New method setSendAnalytics and getSendAnalytics for sending mode customisation analytics - java docs update for new methods - sdkdemoapp updated to use new methods
BlueParrott SDK v4.3.01 New in 4.3.01 Target SDK Updated - Library now targets android sdk 32 (targetSdkVersion 32) - All sample apps (SDKDemo, SDKConnection, SDKAudio) also target sdk 32 SDK Checks for new Permissions - SDK now checks for appropriate permissions based on Android Version - Android 12 +requires BLUETOOTH_CONNECT always - Android 12+ requires BLUETOOTH_SCAN if connecting over BLE - Android 11 and before requires FINE_LOCATION if connecting over BLE Sample Apps implement new Permissions - All sample apps have new logic to check for appropriate permissions based on Android version