am c66a0db2: am 1bbc2750: am 74d9c2aa: Merge "Fix type-o in FingerprintManager documentation" into mnc-dev

* commit 'c66a0db280d5b8f21e7335b964f13cf6b765f336':
  Fix type-o in FingerprintManager documentation
This commit is contained in:
Jim Miller
2015-08-22 00:26:52 +00:00
committed by Android Git Automerger

View File

@@ -395,7 +395,7 @@ public class FingerprintManager {
* Request authentication of a crypto object. This call warms up the fingerprint hardware
* and starts scanning for a fingerprint. It terminates when
* {@link AuthenticationCallback#onAuthenticationError(int, CharSequence)} or
* {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult) is called, at
* {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at
* which point the object is no longer valid. The operation can be canceled by using the
* provided cancel object.
*