diff options
-rw-r--r-- | flags/flags.aconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 6d503cafb..5f3e84121 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -134,4 +134,13 @@ flag { description: "This flag enables material3 design system for wear ui components (to support BC25)" bug: "370489422" is_fixed_read_only: true -}
\ No newline at end of file +} + +flag { + name: "decluttered_permission_manager_enabled" + is_exported: true + namespace: "permissions" + description: "Enables displaying unused permission groups in the additional page, instead of displaying them in the main permission manager page" + bug: "365823624" + is_fixed_read_only: true +} |