diff options
author | Eric Gilmore <egilmore@google.com> | 2015-07-06 11:23:44 -0700 |
---|---|---|
committer | Eric Gilmore <egilmore@google.com> | 2015-07-10 12:42:38 -0700 |
commit | 08983186de5ce9b347893aad15be5c95e3f4f8ad (patch) | |
tree | 90239359f756aa50012c52125db8a73b75fdc58c /docs/html/preview | |
parent | fa8eb1e0d42e7b10447a285d9b2a583d367c3cad (diff) | |
download | frameworks_base-08983186de5ce9b347893aad15be5c95e3f4f8ad.zip frameworks_base-08983186de5ce9b347893aad15be5c95e3f4f8ad.tar.gz frameworks_base-08983186de5ce9b347893aad15be5c95e3f4f8ad.tar.bz2 |
Adding a link to what is currently our most popular "100 Days" video.
Change-Id: Iae8beba1a7530262424d305d0a609b541503b236
Diffstat (limited to 'docs/html/preview')
-rw-r--r-- | docs/html/preview/api-overview.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 1686d79..bb7773d 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -118,14 +118,16 @@ manifest.</p> <uses-permission android:name="android.permission.USE_FINGERPRINT" /> </pre> - <img src="{@docRoot}preview/images/fingerprint-screen.png" srcset="{@docRoot}preview/images/fingerprint-screen.png 1x, {@docRoot}preview/images/fingerprint-screen_2x.png 2x" style="float:right; margin:0 0 10px 20px" width="282" height="476" /> <p>To see an app implementation of fingerprint authentication, refer to the <a href="https://github.com/googlesamples/android-FingerprintDialog" class="external-link"> - Fingerprint Dialog sample</a>.</p> + Fingerprint Dialog sample</a>. For a demonstration of how you can use these authentication + APIs in conjunction with other Android APIs, see the video + <a class="video-shadowbox-button" href="https://www.youtube.com/watch?v=VOn7VrTRlA4"> + Fingerprint and Payment APIs</a>.</p> <p>If you are testing this feature, follow these steps:</p> <ol> |