From 792dc3eccbffe8346aa644b83e24ffec65d5e527 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Mon, 6 Jul 2015 17:54:27 -0700 Subject: docs: studio 1.3 fingerprint support Change-Id: Ie98f67ce4c9aad6816ae07e3bae2b5e3e113bb98 --- docs/html/images/tools/studio-fingerprint.png | Bin 0 -> 64617 bytes docs/html/tools/studio/studio-features.jd | 27 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/html/images/tools/studio-fingerprint.png diff --git a/docs/html/images/tools/studio-fingerprint.png b/docs/html/images/tools/studio-fingerprint.png new file mode 100644 index 000000000000..f4e458191bfd Binary files /dev/null and b/docs/html/images/tools/studio-fingerprint.png differ diff --git a/docs/html/tools/studio/studio-features.jd b/docs/html/tools/studio/studio-features.jd index 76eba1001114..c2228010d248 100644 --- a/docs/html/tools/studio/studio-features.jd +++ b/docs/html/tools/studio/studio-features.jd @@ -12,6 +12,7 @@ page.tags=studio, features
  • Android Code Samples on GitHub
  • Expanded Template and Form Factor Support
  • Android Studio and Project Settings
  • +
  • Fingerprint Support
  • Editor Support for the Latest Android APIs
  • @@ -112,6 +113,32 @@ behavior, such a UI themes, system settings, and version control.

    +

    Fingerprint Support

    +

    Android Studio provides the {@code finger} command, allowing you to simulate, and thus validate, +fingerprint authentication for your app. After you set up your app to accept +fingerprint +authentication, your emulator or device should display the fingerprint authentication screen, +as shown below.

    + +

    +

    Figure 6 Fingerprint authentication.

    + +

    Open a terminal session, and telnet to the emulator. For example:

    +
    +{@code telnet localhost 5554}
    +
    + +

    Enter the finger command to simulate finger touch and removal:

    + + + +

    Your app should respond as if a user touched, and then removed their finger from, the +fingerprint sensor.

    + +

    Editor Support for the Latest Android APIs

    Android Studio supports the Material Design themes, widgets, and -- cgit v1.2.3-59-g8ed1b