diff options
author | 2024-07-19 14:24:17 -0700 | |
---|---|---|
committer | 2024-07-22 20:26:56 +0000 | |
commit | cfd4a8e978c42a480a246c6af8eea05cc52eefb0 (patch) | |
tree | b99eebdde2719cfbbe99076940685640417c9d2c /flags | |
parent | 6c4753ff2f4f51fb6efa04c9e53c2ca4ae290b56 (diff) |
Add flag for permission timeline page refactor
Bug: 354234946
Test: build
Flag: com.android.permission.flags.livevdata_refactor_permission_timeline_enabled
Change-Id: Ifa09c8e20f51fd8cc909f068939da575b98cb411
LOW_COVERAGE_REASON=NON_CODE_ONLY
Diffstat (limited to 'flags')
-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 cc7510b27..2dd34e5ff 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -54,3 +54,12 @@ flag { bug: "346369736" is_fixed_read_only: true } + +flag { + name: "livevdata_refactor_permission_timeline_enabled" + is_exported: true + namespace: "permissions" + description: "This flag is used to enable modern app architecture implementation for timeline page" + bug: "354234946" + is_fixed_read_only: true +} |