BlackBerry Dynamics SDK for Android version 11.0
BlackBerry Dynamics SDK for Android
version 11.0What's new in the BlackBerry Dynamics SDK for Android version 11.0
BlackBerry Dynamics SDK for Android
version 11.0Changes to the SDK and software requirements:
Feature | Description |
---|---|
Android 13 readiness | This release adds support for devices using Android 13. Due to new intent filtering on Android 13, which impacts easy activation, authentication delegation, and inter-container communications (ICC), you must update BlackBerry Dynamics SDK for Android to version 11.0.As a result of the new intent filtering, apps that target Android 13 (API level 33) will only be supported in the BlackBerry Dynamics SDK for Android 11.1 release. |
BBWebView enhancements | The following enhancements to BBWebView are new in this release of BlackBerry Dynamics SDK for Android :
|
Changes to installation for the BlackBerry Dynamics SDK for Android | Support for installing and integrating the BlackBerry Dynamics SDK for Android using a .jar file has been removed in this release. Developers must use the .aar format for integration. See Integrate the BlackBerry Dynamics SDK using Gradle in the development guide for more information. |
Changes to Android Studio SDK Manager support | Support for downloading the SDK using Android Studio's SDK manager is deprecated and removed in this release. Developers must only use Gradle for integration. |
Changes to OkHttp support | The following changes to OkHttp support are new in this release of BlackBerry Dynamics SDK for Android :
|
ClipboardManager enhancements | The clearPrimaryClip() function has been added to the ClipboardManager class in this release of BlackBerry Dynamics SDK for Android . For more information, see ClipboardManager in the BlackBerry Dynamics API reference. |
Third-party IDP activation enhancements | Users can now activate a BlackBerry
Dynamics app through a third-party IDP, such as Active
Directory or Okta . Users can also sign in using their organizational credentials if they need to reset their app password or if their app has been locked. If this feature is enabled by an administrator, users will not need to request an unlock code through UEM self-service or from their administrator. |
BlackBerry Dynamics Launcher Library
BlackBerry Dynamics Launcher Library
This release uses
BlackBerry Dynamics Launcher Library
version 3.5.0.234Fixed issues
The following issues are fixed in this release:
- An issue where multiple credential prompts would display when setting up aKerberosauthentication method type test, has been resolved. (GD-59074)
- An issue where a Dynamics app would get stuck at the splash screen after activating the app using insecureWi-Fi, and then switching to secureWi-Fi, has been resolved. (GD-59015)
- An issue whereBlackBerry Workwould get stuck on the lock screen in some occasions, has been resolved. (GD-58990)
- An issue where the Compose Email icon was disabled after attaching photos to an email message and returning to the home screen, has been resolved. (GD-58576)
Known Limitations
- If a user switches from a third-party keyboard to the system keyboard, in some deployment configurations, the application may take a minute to detect the change and remove theCustom Keyboards Restrictednotification. (GD-57693)Workaround:By relaunching the app, the notification will be removed and the user will be able to use the system keyboard immediately.
Known Behavior
- TheAndroidruntime permissionPOST_NOTIFICATIONSis no longer required byBlackBerry Dynamics SDK for Android11.0. However, if permission has been requested by the app and granted by the user, mobile threat detections will be alerted via push notification. For apps still usingBlackBerry Dynamics SDK10.2 or earlier, the end user will be prompted to grant this permission after upgrading toAndroid13.
- If a user opens aBlackBerry Dynamicsapp on an insecureWi-Finetwork while theUnsafe Wi-Fi detectedcompliance action is enabled, they will receive a dialog stating that the application is blocked for this network. If the user opens the network settings onAndroid13, the network settings panel will be blank until the user taps theSettingsbutton from the panel.
Known issues
- If you use direct references to theBlackBerry DynamicsSDK .aar files in your build.gradle repositories (for example, compile(name:'android_handheld_platform-8.1.0.57', ext:'aar')) instead of using Maven linkage (for example, api "com.blackberry.blackberrydynamics:android_handheld_platform:8.1.0.57"), errors may occur in the AndroidManifest file in theGradlecaches directory. To resolve, use Maven linkage or specify android_handheld_resources and android_handheld_platform in the build.gradle file.
- TheAndroidcertificate import API for the BlackBerry Dynamics SDK is no longer supported. BlackBerry recommends using certificates from theAndroidNative Keystore if it is acceptable that the key material is protected by the device and not byBlackBerry Dynamics.
- If a user is prompted to activate aBlackBerry Dynamicsapp using their password for anotherBlackBerry Dynamicsapp that they have previously activated (also known as Easy Activation), then cancels out of the prompt, the lock screen for the previously activated app displays instead of the screen to enter their activation credentials. (GD-56598)
- If "AllowAndroidbiometric authentication" is enabled in theBlackBerry Dynamicsprofile, when the user activates aBlackBerry Dynamicsapp on anAndroid12 emulator, fingerprint authentication fails for the app with the error message "Internal error: Retry or restart". (GD-56289)
- If you configured theBlackBerry Dynamicsprofile to require users to enter their password when aBlackBerry Dynamicsapp returns to the foreground, onAndroid12 devices, this functionality does not work as expected (the app does not prompt the user for their password when it returns to the foreground). (GD-56162)
- If a user withAndroid11 or later is activating aBlackBerry Dynamicsapp using a QR code and selects the "Only this time" option when prompted to grant permissions, certificate import issues might occur if the app remains in the background for longer than one minute during the import process.BlackBerryrecommends that users select the "While using the app" option when prompted. (GD-54972)Workaround: Instruct users to force close the app and open it again.
- If aBlackBerry Dynamicsapp usesKerberosauthentication and the app tries to access a web page using an IP address, after the user enters their credentials, the web page does not load as expected and the user is prompted for their credentials again in a loop. (GD-54481)Workaround: When developingBlackBerry Dynamicsapps, do not hard code URLs that use IP addresses. If users can manually enter a URL, instruct users to avoid URLs that use an IP address.
- If an app tries to open aBlackBerry Dynamicsapp that was not already open using AppKinetics, theBlackBerry Dynamicsapp might not come to the foreground. (GD-54205)Workaround: The user can start theBlackBerry Dynamicsapp and leave it running in the background before performing the AppKinetics operation.
- If a user upgrades aBlackBerry Dynamicsapp that uses SDK version 9.x or earlier to a new version that uses SDK 10.1 or later, the app will not retain any cookies. (GD-55766)