summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yunfan Chen <yunfanc@google.com> 2024-01-17 18:31:21 +0900
committer Yunfan Chen <yunfanc@google.com> 2024-01-17 19:06:36 +0900
commitdf193c3f8d671d218148d0ccafe22f9c47b37773 (patch)
tree36b39fed6e7dbfc3b39a19ca0574e0e0ba5a7341
parent6bf8e9bd7d0df10f61ccafc40e331ba65954ccf8 (diff)
Introduce insets decoupled configuration feature flag
To be used to deliver a stable configuration decoupled from the insets. With the decoupled configuration, the app can have more stable running environment, and will not be affected by the increasingly complex insets environment of the system. Bug: 151861875 Test: m services.core.flags-java Test: m services.core.unboosted Test: m dist Change-Id: Ib0c2ea93757eba99d66ed5c0cb798b84f4a9eccb
-rw-r--r--core/java/android/window/flags/windowing_frontend.aconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/window/flags/windowing_frontend.aconfig b/core/java/android/window/flags/windowing_frontend.aconfig
index bb16ad2cb8de..c1a16624e9c5 100644
--- a/core/java/android/window/flags/windowing_frontend.aconfig
+++ b/core/java/android/window/flags/windowing_frontend.aconfig
@@ -90,4 +90,12 @@ flag {
description: "Feature flag to enable a multi-instance system ui component property."
bug: "262864589"
is_fixed_read_only: true
+}
+
+flag {
+ name: "insets_decoupled_configuration"
+ namespace: "windowing_frontend"
+ description: "Configuration decoupled from insets"
+ bug: "151861875"
+ is_fixed_read_only: true
} \ No newline at end of file