From 250c5aa8fc595bbb4e7288521044422e24ac923d Mon Sep 17 00:00:00 2001 From: Reema Bajwa Date: Wed, 31 Jan 2024 18:43:52 +0000 Subject: Set up flag for phase1 API changes Bug: 318846139 Test: No test needed Change-Id: Ie6cc957d66b353584d34aa3934145f5e0fd38e0c --- services/autofill/features.aconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" +} -- cgit v1.2.3-59-g8ed1b