diff options
author | 2024-09-13 09:48:37 +0000 | |
---|---|---|
committer | 2024-09-13 09:48:37 +0000 | |
commit | 48cdc816df8bb2b8a966da458466b0d7d0e9cc7c (patch) | |
tree | 468b5b33287df9a2579e41dd7097b0832a271029 | |
parent | 039abeb9632e7786b471710e2efc609018ca1b07 (diff) | |
parent | 8b20a7bba87ce8a6eda715ddb76a13e81e5e2ff0 (diff) |
Merge "Add flag for universal resizable" into main
-rw-r--r-- | core/java/android/window/flags/windowing_frontend.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/window/flags/windowing_frontend.aconfig b/core/java/android/window/flags/windowing_frontend.aconfig index 03e230c39f05..69b91fdfaa98 100644 --- a/core/java/android/window/flags/windowing_frontend.aconfig +++ b/core/java/android/window/flags/windowing_frontend.aconfig @@ -144,6 +144,13 @@ flag { } flag { + name: "universal_resizable_by_default" + namespace: "windowing_frontend" + description: "The orientation, aspect ratio, resizability of activity will follow system behavior by default" + bug: "357141415" +} + +flag { name: "respect_non_top_visible_fixed_orientation" namespace: "windowing_frontend" description: "If top activity is not opaque, respect the fixed orientation of activity behind it" |