For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

Improved performance, Android 16 support and Biometric Prompt

· One min read

We have released new patch version 3.20.5 for the Android SDK.

Patch overview

  • Adds support for Android 16 (targetSdkVersion 36).
    • This avoids potential build warnings for apps targeting Android 16.
  • Improves performance.
    • SDK calls are now faster, with startAuthentication() calls now up to 2.5 times faster.
    • The AndroidLoggingController class that provides logging of API calls for development purposes now includes the logging time used by the call.
  • Removes BiometricPrompt workaround for previous OnePlus phone bug.
    • This avoids a problem that could occur with wrong biometrics on newer or updated OnePlus phones, that would cause biometric authentication to abort with clientErrorAndroidBiometricPromptAuthenticationFailed instead of letting the user retry.

Affected versions

If your app uses an affected version of the SDK, then you should upgrade it to use the latest, patched version:

Affected versionsPatched version
3.20.4 and earlier3.20.5

How to upgrade

For the latest features and security improvements, you need to upgrade your mobile app to use the most recent version of the SDK.

To learn how to do this, see our Upgrade guide.