summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Reema Bajwa <reemabajwa@google.com> 2024-02-01 00:11:24 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-01 00:11:24 +0000
commit42b747daf6eecd2988dfadb67dd7e4e8d197b74a (patch)
treebdce86dc46fbfb2537e9cf9d31b49ed42e92e400
parent5553ef63be67e799f45f36082fc33dc48f4be83f (diff)
parent250c5aa8fc595bbb4e7288521044422e24ac923d (diff)
Merge "Set up flag for phase1 API changes" into main
-rw-r--r--services/autofill/features.aconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/services/autofill/features.aconfig b/services/autofill/features.aconfig
index 727721d5319f..532db126bff2 100644
--- a/services/autofill/features.aconfig
+++ b/services/autofill/features.aconfig
@@ -12,4 +12,11 @@ flag {
namespace: "autofill"
description: "Guards against Autofill-Credman integration phase 2"
bug: "320730001"
-} \ No newline at end of file
+}
+
+flag {
+ name: "autofill_credman_dev_integration"
+ namespace: "autofill"
+ description: "Guards against Autofill-Credman Phase1 developer integration via new APIs"
+ bug: "320730001"
+}