diff options
author | 2024-10-26 01:15:39 +0000 | |
---|---|---|
committer | 2024-10-26 01:15:39 +0000 | |
commit | e489d3025d1019f5f7d373b617ddc03c38842dcf (patch) | |
tree | a100ecd1f3ce8b9dbd73ad85b85c8d0ff06d16b1 | |
parent | f9d5be93c70ce8cf3fa3e4b5ea60189b76d4bb60 (diff) | |
parent | a23a2efed7fb7db30eb25f48e999844a9b3ca3e4 (diff) |
Merge "[EXP] Add flag: expressive_design_enabled" into main
-rw-r--r-- | flags/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 1ec9c5866..4cb084988 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -144,3 +144,12 @@ flag { bug: "365823624" is_fixed_read_only: true } + +flag { + name: "expressive_design_enabled" + is_exported: true + namespace: "permissions" + description: "This flag is used to enable Expressive Design for Settings pages inside PermissionController" + bug: "375480184" + is_fixed_read_only: true +}
\ No newline at end of file |