diff options
author | 2024-09-03 22:51:58 -0700 | |
---|---|---|
committer | 2024-09-04 22:04:55 +0000 | |
commit | 7766fe5b4445082bbe7f3715f915e9f1afbe20aa (patch) | |
tree | 1c9ed69499eb1b94a10ed1243c9609970c886402 /flags | |
parent | 36a4a64c86eeefe07fdb8e5d29621c5dbcece60c (diff) |
[BC25] Add flag app_permission_fragment_uses_preferences
This flag will, when enabled (and after the implementation is complete),
ensure that AppPermissionFragment uses Preferences rather than custom
views. The motivation of this is to support the BC25 project.
Bug: 364476654
Test: atest CtsPermissionUiTestCases
Flag: com.android.permission.flags.app_permission_fragment_uses_preferences
Relnote: N/A
LOW_COVERAGE_REASON=NON_CODE_ONLY
Change-Id: I807cba8929eedfcaebb05f9ba88bb34db64139f2
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index c2f2935b3..c94614654 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -100,3 +100,11 @@ flag { is_fixed_read_only: true } +flag { + name: "app_permission_fragment_uses_preferences" + is_exported: true + namespace: "permissions" + description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment (to support BC25)" + bug: "349675008" + is_fixed_read_only: true +} |