Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
708 changes: 708 additions & 0 deletions PlayIntegrityAPI/README.md

Large diffs are not rendered by default.

Binary file added PlayIntegrityAPI/media/bank_app_remediation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PlayIntegrityAPI/media/game_app_remediation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
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.
Expand All @@ -11,13 +19,13 @@ This project shows you exactly which file to create (adi-registration.properties
>
> 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/master/BiometricLoginKotlin)
## [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/master/DirectBoot)
## [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.
Loading