diff options
| author | 2015-06-01 23:11:47 +0000 | |
|---|---|---|
| committer | 2015-06-01 23:11:47 +0000 | |
| commit | 133b107d28649ef5a984be0acc06f53e49853b22 (patch) | |
| tree | e1970e3c48e241a8c83ac71c0bee477a38abf039 | |
| parent | c85cd734bdf75a55608fae1d5a47b4ac72db4ee8 (diff) | |
| parent | 65b7485d64661394b61df3df7eeccd063932886e (diff) | |
am 65b7485d: am 2b95561d: docs: Fixed typo for confirm credentials section in the API Overview. bug: 21444273
* commit '65b7485d64661394b61df3df7eeccd063932886e':
docs: Fixed typo for confirm credentials section in the API Overview. bug: 21444273
| -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 e6c851b09886..1686d79213ba 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> |