From 148ddee6b7e7c4d28bdee1cd949a42a9b800ba8b Mon Sep 17 00:00:00 2001 From: Ash <83780687+ashnohe@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:05:13 -0700 Subject: [PATCH] Create README.md Create README.md in FIDO2 samples and mention that developers should migrate to use Credential Manager instead. --- Fido2/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Fido2/README.md diff --git a/Fido2/README.md b/Fido2/README.md new file mode 100644 index 0000000..c259eff --- /dev/null +++ b/Fido2/README.md @@ -0,0 +1,2 @@ +# FIDO2 Sample +This sample shows how to use the FIDO2 API, however we recommend [migrating from FIDO2 to Credential Manager](https://developer.android.com/training/sign-in/fido2-migration).