Changes

Jump to: navigation, search

A Kotlin Android Fingerprint Authentication Tutorial

53 bytes added, 15:27, 16 January 2019
no edit summary
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[A Guide to the Adapting an Android Studio ProfilerProject for Instants Apps|Previous]]<td align="center">[[Kotlin / Android Studio Development Essentials|Table of Contents]]<td width="20%" align="right">[[Handling Different Android Devices and Displays in Kotlin|Next]]</td>
<tr>
<td width="20%">A Guide to the Adapting an Android Studio ProfilerProject for Instants Apps<td align="center"><td width="20%" align="right">Handling Different Android Devices and Displays in Kotlin</td>
</table>
<hr>
On the form factors screen, enable the Phone and Tablet option and set the minimum SDK setting to API 23: Android 6.0 (Marshmallow). Continue through the setup screens, requesting the creation of an Empty Activity named FingerprintDemoActivity with a corresponding layout named activity_fingerprint_demo.
== Configuring Configuring Device Fingerprint Authentication ==
Fingerprint authentication is only available on devices containing a touch sensor and on which the appropriate configuration steps have been taken to secure the device and enroll at least one fingerprint. For steps on configuring an emulator session to test fingerprint authentication, refer to the chapter entitled “Using and Configuring the Android Studio AVD Emulator”.
<hr>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[A Guide to the Adapting an Android Studio ProfilerProject for Instants Apps|Previous]]<td align="center">[[Kotlin / Android Studio Development Essentials|Table of Contents]]<td width="20%" align="right">[[Handling Different Android Devices and Displays in Kotlin|Next]]</td>
<tr>
<td width="20%">A Guide to the Adapting an Android Studio ProfilerProject for Instants Apps<td align="center"><td width="20%" align="right">Handling Different Android Devices and Displays in Kotlin</td>
</table>

Navigation menu