diff --git a/docs/html/images/tools/studio-fingerprint.png b/docs/html/images/tools/studio-fingerprint.png new file mode 100644 index 0000000000000..f4e458191bfdc 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 76eba1001114a..c2228010d248a 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