summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-02-08 09:26:08 -0500
committer Mark Renouf <mrenouf@google.com> 2024-02-08 14:46:11 +0000
commit2d1ecdc18a45b55d409ca7246d8d069c195de318 (patch)
tree7de9d09cd71e5b00ac799949c0ec7f6aea27e980 /aconfig
parent2c2060e60afffcb3f565b6724178bdc8ab93bc67 (diff)
Adds aconfig 'enable_private_profile' to aconfig
This flag will gate enabling new functionality in IntentResolver for the private space feature. Bug: 311348033 Test: n/a Change-Id: Ia7cab9548c0aa2816256f74ba018bf2afcde8668
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index 8602c70a..07c37d5d 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -31,3 +31,10 @@ flag {
description: "Use a custom view to draw target labels"
bug: "302188527"
}
+
+flag {
+ name: "enable_private_profile"
+ namespace: "intentresolver"
+ description: "Enable private profile support"
+ bug: "311348033"
+}