# security-samples **Repository Path**: mirrors_android/security-samples ## Basic Information - **Project Name**: security-samples - **Description**: Multiple samples showing the best practices in security APIs on Android. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Android Security Samples Repository =================================== ## [Play Integrity API End to End Sample](https://github.com/android/security-samples/tree/main/PlayIntegrityAPI) This sample demos a client and server setup, as well as step by step instructions for configuring the Google Play Console for testing of the Play Integrity API. This sample is meant to be followed as an End to End demonstration of the process for integrating the API, with 3 different micro-apps reflecting critical use cases. ## [Android Developer Verification APK Signing Example](https://github.com/android/security-samples/tree/main/AndroidDeveloperVerificationAPKSigningExample) This project shows you exactly which file to create (adi-registration.properties) and provides the necessary folder structure to guide you. Use this template to check your placement of the file and ensure the correct insertion of your unique developer 'snippet' for successful verification. > **Warning** > The below samples have been deprecated, are no longer maintained, and will be deleted in March 2026. > > To find other samples that may be of interest, see [https://developer.android.com/samples](https://developer.android.com/samples). ## [Android BiometricLogin Sample](https://github.com/android/security-samples/tree/main/BiometricLoginKotlin) This is the canonical sample that demonstrates how to integrate Android Biometrics into your apps. Whether your project is for government, healthcare, financial, enterprise, or general usage, this sample should guide your implementation. ## [Android DirectBoot Sample](https://github.com/android/security-samples/tree/main/DirectBoot) This sample demonstrates how to store and access data in a device protected storage that is always available while the device is booted.