diff options
author | 2024-04-29 13:12:08 +0000 | |
---|---|---|
committer | 2024-04-29 13:12:08 +0000 | |
commit | 0c4db34dedb1886c13c3324306c1713b3934bbcc (patch) | |
tree | df76f78d13f21324709d0faf05f30fb3693de2a0 /aconfig | |
parent | 1010748117b06dfd1682dff78929b676f9e02745 (diff) | |
parent | 411f9e83c490df04e1e2befd7577923ea7093675 (diff) |
Merge "System action refinement." into main
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 02f1c872..4d787ea2 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -42,3 +42,13 @@ flag { description: "Enable private profile support" bug: "328029692" } + +flag { + name: "refine_system_actions" + namespace: "intentresolver" + description: "This flag enables sending system actions to the caller refinement flow" + bug: "331206205" + metadata { + purpose: PURPOSE_BUGFIX + } +} |