Git Product home page Git Product logo

Comments (7)

codingjeremy avatar codingjeremy commented on July 24, 2024

Comment by farhancroem
Tuesday Jun 13, 2017 at 07:05 GMT


It looks like android default API is not able to handle some Samsung devices.

from security-samples.

codingjeremy avatar codingjeremy commented on July 24, 2024

Comment by Tharkius
Thursday May 23, 2019 at 11:39 GMT


Two years later and the problem persists. Crashlytics lists me some occurrences for a Sony Xperia X device. Any suggestions?

from security-samples.

codingjeremy avatar codingjeremy commented on July 24, 2024

Comment by zolbayars
Friday May 24, 2019 at 04:18 GMT


@Tharkius
The workaround was using the Samsung Pass SDK if the device is Samsung's. Not really sure about Xperia.

from security-samples.

codingjeremy avatar codingjeremy commented on July 24, 2024

Comment by usantos
Thursday Jul 04, 2019 at 21:35 GMT


Is not it because you're not trying to create the key when the fingerprint is not available?

from security-samples.

isaidamier avatar isaidamier commented on July 24, 2024

Hi, we are reserving this site for questions about the sample apps specifically. For more general questions about Biometrics on Android, please use StackOverflow with tag android-biometric.

Also this sample is being deprecated in favor of BiometricLoginKotlin

from security-samples.

willlockwood avatar willlockwood commented on July 24, 2024

Also this sample is being deprecated in favor of BiometricLoginKotlin

Heads up: this link has changed. You can now find the example at BiometricLoginKotlin

from security-samples.

charlesganza avatar charlesganza commented on July 24, 2024

To anyone facing this issue, you have to wrap any logic that needs to create/access the keystore on whether or not biometrics authentication is possible on the device.
Example:

val hasBiometricsCapability = biometricManager.canAuthenticate(BiometricManager.Authenticators.BIOMETRIC_STRONG) == BiometricManager.BIOMETRIC_SUCCESS

if(hasBiometricsCapability){
    //generate key or access key
}

from security-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.