Start integrating Smart Lock for Passwords into your Android app

Before you start integrating Smart Lock for Passwords into your app, enable the Play Services SDK in your Android Studio project. Next steps describes how to integrate Smart Lock for Passwords into your app.

Prerequisites

Smart Lock for Passwords on Android requires the following:

  • A compatible Android device that runs Android 5.0 or newer and includes the Google Play Store or an emulator with an AVD that runs the Google APIs platform based on Android 4.2.2 or newer and has Google Play services version 15.0.0 or newer.
  • The latest version of the Android SDK, including the SDK Tools component. The SDK is available from the Android SDK Manager in Android Studio.
  • A project configured to compile against Android 5.0 (Lollipop) or newer.

This guide is written for users of Android Studio, which is the recommended development environment.

Configure your Android Studio project

Integrating Smart Lock for Passwords in your Android app requires you to import and reference the Google Play services library in your Android Studio project. Add the following line to the dependencies section of the build.gradle file in your application module:

implementation 'com.google.android.gms:play-services-auth:21.0.0'

Next steps

Now that you have configured your project, you can retrieve user credentials and use them to sign users in your app.