Merge "Update ACTION_BIOMETRIC_ENROLL documentation" into rvc-dev am: 5a563d2870

Change-Id: Ifd1b5d2ee8b149ff9d33067feb7b592276263cc4
This commit is contained in:
Automerger Merge Worker
2020-03-11 20:59:46 +00:00

View File

@@ -710,10 +710,7 @@ public final class Settings {
* If not specified, the default behavior is
* {@link android.hardware.biometrics.BiometricManager.Authenticators#BIOMETRIC_WEAK}.
* <p>
* Output: Returns {@link android.app.Activity#RESULT_CANCELED} if the user already has an
* authenticator that meets the requirements, or if the device cannot fulfill the request
* (e.g. does not have biometric hardware). Returns {@link android.app.Activity#RESULT_OK}
* otherwise. Note that callers should still check
* Output: Nothing. Note that callers should still check
* {@link android.hardware.biometrics.BiometricManager#canAuthenticate(int)}
* afterwards to ensure that the user actually completed enrollment.
*/