diff options
| author | 2023-10-04 16:34:26 +0000 | |
|---|---|---|
| committer | 2024-07-03 15:52:39 +0000 | |
| commit | b7d980b201d54b07cd1e3c57fe34dab57fb7843c (patch) | |
| tree | a040fd59d7c387e6823f078cc2787f038555ac13 | |
| parent | 944433b0692e4c63a7bd9f214bea89af3fab4715 (diff) | |
[1/n] Create Flag for Compat UI Framework
Creates the flag for the compat ui framework implementation.
Flag: com.android.window.flags.app_compat_ui_framework
Fix: 304234563
Bug: 270361630
Test: m
Change-Id: If2d951557b5ebe03f251887a1252a37c162a40a3
| -rw-r--r-- | core/java/android/window/flags/large_screen_experiences_app_compat.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig b/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig index 5b99ff9703e0..cc880e182b2b 100644 --- a/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig +++ b/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig @@ -113,4 +113,12 @@ flag { namespace: "large_screen_experiences_app_compat" description: "Enables sysui animation for user aspect ratio button" bug: "300357441" +} + +flag { + name: "app_compat_ui_framework" + namespace: "large_screen_experiences_app_compat" + description: "Whether the declarative compat UI framework is enabled" + bug: "270361630" + is_fixed_read_only: true }
\ No newline at end of file |