summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Charles Chen <charlesccchen@google.com> 2024-09-23 11:23:56 +0800
committer Charles Chen <charlesccchen@google.com> 2024-10-03 17:21:42 +0800
commita3a9f3e7f940d8a46bb8d7e642f038ead46cb308 (patch)
treef658c48d01b674dc57ac6e172ddb0f9fe5470c09
parenta5373c461f972fb2812fd0b7a39c8db820066475 (diff)
Add flag for better support non-match parent activity
Bug: 356277166 Test: presubmit Flag: com.android.window.flags.better_support_non_match_parent_activity Change-Id: Id5f96a78a5a5a466b0ceb50b086f5247a3e1f1ce
-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 f0ea7a82d763..b7012b68d459 100644
--- a/core/java/android/window/flags/windowing_sdk.aconfig
+++ b/core/java/android/window/flags/windowing_sdk.aconfig
@@ -108,3 +108,10 @@ flag {
description: "Makes WindowLayoutInfo accessible without racing in the Activity#onCreate()"
bug: "337820752"
}
+
+flag {
+ namespace: "windowing_sdk"
+ name: "better_support_non_match_parent_activity"
+ description: "Relax the assumption of non-match parent activity"
+ bug: "356277166"
+}