diff options
author | 2025-01-15 15:02:33 +0000 | |
---|---|---|
committer | 2025-01-15 15:05:21 +0000 | |
commit | 7804bea7eaf83b3099e8519fe2877ba1fac91586 (patch) | |
tree | f50dc0a9f9360f520a184ed9356394b77b97f504 /mediaprovider_flags.aconfig | |
parent | 295ca7d20486befa8f4a8add9c77b9fc68426f76 (diff) |
Implement expressive theme for photopicker
Note: requires a flag and baklava device before it enables. Baseline
remains default material3.
Bug: b/390142346
Test: n/a
Flag: com.android.providers.media.flags.enable_photopicker_expressive_theme
Change-Id: Iad40dd12a600f4e5e32294f654e7f55f78b6aba4
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index 3de3fc845..52dc06c99 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -246,3 +246,12 @@ flag { is_fixed_read_only: true bug: "323322157" } + +flag { + name: "enable_photopicker_expressive_theme" + is_exported: false + namespace: "mediaprovider" + description: "This flag controls the material expressive theme in com.android.photopicker" + is_fixed_read_only: true + bug: "390142346" +} |