From 5a424941554d66a00aacbf984bce283f7ae5e840 Mon Sep 17 00:00:00 2001 From: Chiping Yeh Date: Thu, 21 Aug 2025 13:13:24 -0400 Subject: [PATCH 1/2] Updated README with more descriptions of samples and key branches --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index abee5a49..d836e0e0 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,20 @@ Android Identity Samples Repository This repository contains a set of individual Android Studio projects to help you get started writing/understanding Android identity features. + +There are 2 main branches, `main` and `credman-compose`. + +Branch `main` contains the primary samples for Credential Manager: +* `CredentialManager` - Simple app demonstrating how to use basic Credential Manager functions +* `CredentialProvider/MyVault` - Simple credential provider app implementation +* `SmsVerification` - Legacy sample using Play Service's SMS Verification APIs +* `WebView` - Contains 2 folders. `CredentialManagerWebView` contains code snippets to use + Credential Manager with WebView. `WebkitWebView` contains a sample app that uses the Webkit + library to implement passkey creation in WebView + +Branch `credman-compose` notably contains 2 `Shrine` samples: +* `Shrine` is a more developed mobile app featuring best practices and recommended UX when + using Credential Manager. The sample features multiple methods of sign-up, sign-in, settings + configuration, and session management. +* `Shrinewear/appkt` is a Wear app that works together with the Shrine mobile app. It features + seamless authentication via passkey and Sign-in-with-Google logins. \ No newline at end of file From 496764bc02775f581ce75de640de51cfba6ea0d4 Mon Sep 17 00:00:00 2001 From: Chiping Yeh Date: Thu, 21 Aug 2025 17:26:00 -0400 Subject: [PATCH 2/2] README updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d836e0e0..3327e80c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Android Identity Samples Repository This repository contains a set of individual Android Studio projects to help you get started writing/understanding Android identity features. -There are 2 main branches, `main` and `credman-compose`. +There are two main branches, `main` and `credman-compose`. Branch `main` contains the primary samples for Credential Manager: * `CredentialManager` - Simple app demonstrating how to use basic Credential Manager functions @@ -14,7 +14,8 @@ Branch `main` contains the primary samples for Credential Manager: Credential Manager with WebView. `WebkitWebView` contains a sample app that uses the Webkit library to implement passkey creation in WebView -Branch `credman-compose` notably contains 2 `Shrine` samples: +Branch `credman-compose` notably contain the `Shrine` mobile app with Wear OS support in two +modules: * `Shrine` is a more developed mobile app featuring best practices and recommended UX when using Credential Manager. The sample features multiple methods of sign-up, sign-in, settings configuration, and session management.