summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Reema Bajwa <reemabajwa@google.com> 2023-11-07 01:08:06 +0000
committer Reema Bajwa <reemabajwa@google.com> 2023-11-07 01:08:09 +0000
commit3f65c24cf139d004144a423c71148b44f7522c03 (patch)
tree0d92d38b24e2636c912a3c90b18e2cf1b1dab6a7
parent2a9682ce99652f330ee3d9e90a43f51f25c78746 (diff)
Setup flags for clearing credMan session
Test: Built & deployed locally Bug: 308470501 Change-Id: I95ab100f313623756c345ca1722e972178ea32d4
-rw-r--r--core/java/android/credentials/flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/credentials/flags.aconfig b/core/java/android/credentials/flags.aconfig
index 9b819a792f8f..ec96215525d3 100644
--- a/core/java/android/credentials/flags.aconfig
+++ b/core/java/android/credentials/flags.aconfig
@@ -13,3 +13,10 @@ flag {
description: "Enables Credential Manager to work with Instant Apps"
bug: "302190269"
}
+
+flag {
+ namespace: "credential_manager"
+ name: "clear_session_enabled"
+ description: "Enables clearing of Credential Manager sessions when client process dies"
+ bug: "308470501"
+}