From a23a2efed7fb7db30eb25f48e999844a9b3ca3e4 Mon Sep 17 00:00:00 2001 From: Jay Thomas Sullivan Date: Thu, 24 Oct 2024 15:33:06 -0700 Subject: [EXP] Add flag: expressive_design_enabled In order for PermissionController to display the expressive UI changes, this flag must be enabled. Test: presubmit Flag: com.android.permission.flags.expressive_design_enabled Relnote: N/A Bug: 375480184 LOW_COVERAGE_REASON=NON_CODE_ONLY Change-Id: I7e87cfdac43178d3bc46ceb91875f74968f04486 --- flags/flags.aconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flags') diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 5f3e84121..924078897 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 -- cgit v1.2.3-59-g8ed1b