summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Charles Chen <charlesccchen@google.com> 2023-09-05 10:34:24 +0800
committer Charles Chen <charlesccchen@google.com> 2023-09-05 10:35:38 +0800
commitc603569fac9612b7414d8a1395ea33f80f31f804 (patch)
tree09013e2bacc54e9e13702fd672f330b8445c7c72
parent7c119c647752d147300c94f0eb0cd75cf7185acf (diff)
Add trunk flag for overlay presentation
Bug: 243518738 Test: build Change-Id: I6127dbf2296f30ba50e512fd7ddbc606192c18e1
-rw-r--r--core/java/android/window/flags/windowing_sdk.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/window/flags/windowing_sdk.aconfig b/core/java/android/window/flags/windowing_sdk.aconfig
index 560e41b1aa33..b8d251fc5cc5 100644
--- a/core/java/android/window/flags/windowing_sdk.aconfig
+++ b/core/java/android/window/flags/windowing_sdk.aconfig
@@ -8,3 +8,10 @@ flag {
description: "Whether the feature to sync different window-related config updates is enabled"
bug: "260873529"
}
+
+flag {
+ namespace: "windowing_sdk"
+ name: "activity_embedding_overlay_presentation_flag"
+ description: "Whether the overlay presentation feature is enabled"
+ bug: "243518738"
+}