diff options
author | Quddus Chong <quddusc@google.com> | 2015-06-01 21:31:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-01 21:31:23 +0000 |
commit | 65b7485d64661394b61df3df7eeccd063932886e (patch) | |
tree | 5ec2baefb6821d80a3f5894f465b0985a5a365e8 /docs/html | |
parent | 11d50c9cc6f9990af5b9abf2058f6b7d4a5c8ae0 (diff) | |
parent | 2b95561db50426779947ad5ab680994c24d79396 (diff) | |
download | frameworks_base-65b7485d64661394b61df3df7eeccd063932886e.zip frameworks_base-65b7485d64661394b61df3df7eeccd063932886e.tar.gz frameworks_base-65b7485d64661394b61df3df7eeccd063932886e.tar.bz2 |
am 2b95561d: docs: Fixed typo for confirm credentials section in the API Overview. bug: 21444273
* commit '2b95561db50426779947ad5ab680994c24d79396':
docs: Fixed typo for confirm credentials section in the API Overview. bug: 21444273
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/preview/api-overview.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index e6c851b..1686d79 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -20,7 +20,7 @@ page.image=images/cards/card-api-overview_16-9_2x.png <li><a href="#authentication">Authentication</a> <ol> <li><a href="#fingerprint-authentication">Fingerprint Authentication</a></li> - <li><a href="#confirm-credentials">Confirm Credentials</a></li> + <li><a href="#confirm-credential">Confirm Credential</a></li> </ol> </li> <li><a href="#direct-share">Direct Share</a></li> @@ -144,7 +144,7 @@ adb -e emu finger touch <finger_id> </li> </ol> -<h3 id="confirm-credentials">Confirm Credentials</h3> +<h3 id="confirm-credential">Confirm Credential</h3> <p>Your app can authenticate users based on how recently they last unlocked their device. This feature frees users from having to remember additional app-specific passwords, and avoids the need for you to implement your own authentication user interface. Your app should use this feature in @@ -164,8 +164,8 @@ method to re-authenticate the user within your app. </p> <p>To see an app implementation of this feature, refer to the -<a href="https://github.com/googlesamples/android-ConfirmCredentials" class="external-link"> - Confirm Credentials sample</a>.</p> +<a href="https://github.com/googlesamples/android-ConfirmCredential" class="external-link"> + Confirm Credential sample</a>.</p> <h2 id="direct-share">Direct Share</h2> |