https://github.com/android/security-samples
Multiple samples showing the best practices in security APIs on Android.
https://github.com/android/security-samples
Last synced: 9 months ago
JSON representation
Multiple samples showing the best practices in security APIs on Android.
- Host: GitHub
- URL: https://github.com/android/security-samples
- Owner: android
- License: apache-2.0
- Created: 2019-07-23T22:39:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T20:52:24.000Z (over 1 year ago)
- Last Synced: 2025-04-01T08:42:17.493Z (9 months ago)
- Language: Kotlin
- Homepage:
- Size: 7.89 MB
- Stars: 949
- Watchers: 104
- Forks: 403
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Android Security Samples Repository
===================================
This repository contains a set of individual Android Studio projects to help you get
started writing/understanding Android security features.
## [Android BiometricLogin Sample](https://github.com/android/security-samples/tree/master/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/master/DirectBoot)
This sample demonstrates how to store and access data in a device protected
storage that is always available while the device is booted.