codelab-biometric-login
codelab-biometric-login copied to clipboard
Updates: - Create a new `/screenshots` folder (at the root dir) with 3 new `.png` images that can be referenced in the README - Update the `Screenshots` section of the...
Hello, I see that the codelab is using the deprecated canAuthenticate() method https://developer.android.com/codelabs/biometric-login#2
Steps: 1. Bring up biometric dialog 2. Rotate device 3. Try to authenticate 4. Biometric dialog doesn't close and error in logcat `FingerprintDialogFrag: Failed to dismiss fingerprint dialog fragment. Fragment...
Currently the examples shown are from the `1.0.1` version, which doesn't include the authenticators nor deals with any API restriction described [in the docs](https://developer.android.com/training/sign-in/biometric-auth). Additionally it would be nice to...
This PR addresses https://github.com/googlecodelabs/biometric-login/issues/2 by providing the correct string resource to `secretKeyName` introduced in [section 01](https://developer.android.com/codelabs/biometric-login?hl=en&continue=https%3A%2F%2Fcodelabs.developers.google.com%2F#2) of the code lab. Otherwise, the app will crash on decryption with `javax.crypto.AEADBadTagException`.
https://developer.android.com/codelabs/biometric-login?authuser=1#2 At the end of "Create EnableBiometricLoginActivity" it tells the student to "Run your app." This is not possible, because "showBiometricPromptForDecryption()" isn ot yet implemented.
https://developer.android.com/codelabs/biometric-login?authuser=1#2 The final code snippet contains a reference to R.string.secret_key_name. The student is not told what this value is to be set to.