summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2015-06-01 14:05:12 -0700
committerQuddus Chong <quddusc@google.com>2015-06-01 14:16:44 -0700
commit2b95561db50426779947ad5ab680994c24d79396 (patch)
tree019c53e8f98e8cf43bfc9ca8e62a30b220465985 /docs/html
parent9bf0e9d03f805bbbb10b87df0586cf6953f18e98 (diff)
downloadframeworks_base-2b95561db50426779947ad5ab680994c24d79396.zip
frameworks_base-2b95561db50426779947ad5ab680994c24d79396.tar.gz
frameworks_base-2b95561db50426779947ad5ab680994c24d79396.tar.bz2
docs: Fixed typo for confirm credentials section in the API Overview.
bug: 21444273 Change-Id: I01700e95227e5f7c09a5d6428877087d7ff0121a
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/preview/api-overview.jd8
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 &lt;finger_id&gt;
</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>