diff options
author | 2024-10-25 22:05:12 +0000 | |
---|---|---|
committer | 2024-10-25 22:06:52 +0000 | |
commit | f9d5be93c70ce8cf3fa3e4b5ea60189b76d4bb60 (patch) | |
tree | 757c6e5fa8d4e404ca992ec9cc7fa1361c72620f /flags | |
parent | a0335bcd606019c5bfa5fc008636115e16db2576 (diff) |
Update flag comments
Bug: 375668440
Relnote: N/A
Test: manual
Flag: NONE "comment only"
LOW_COVERAGE_REASON=NON_CODE_ONLY
Change-Id: Iedbc48845903ad4969bb7598fc708c3361db19a0
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 5f3e84121..1ec9c5866 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -104,7 +104,7 @@ flag { name: "app_permission_fragment_uses_preferences" is_exported: true namespace: "permissions" - description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment (to support BC25)" + description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment" bug: "349675008" is_fixed_read_only: true } @@ -131,7 +131,7 @@ flag { name: "wear_compose_material3" is_exported: true namespace: "permissions" - description: "This flag enables material3 design system for wear ui components (to support BC25)" + description: "This flag enables material3 design system for wear ui components" bug: "370489422" is_fixed_read_only: true } |