Merge changes from topic "desktop-windowing-flags" into tm-qpr-dev am: 3c6d6b5232 am: 7892114fd6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19538643

Change-Id: I423f765194f480e7554095dfb3819ecc6d00f01d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-08-09 02:30:19 +00:00
committed by Automerger Merge Worker

View File

@@ -210,6 +210,14 @@ public class Flags {
public static final SysPropBooleanFlag HIDE_NAVBAR_WINDOW =
new SysPropBooleanFlag(1103, "persist.wm.debug.hide_navbar_window", false);
@Keep
public static final SysPropBooleanFlag WM_DESKTOP_WINDOWING =
new SysPropBooleanFlag(1104, "persist.wm.debug.desktop_mode", false);
@Keep
public static final SysPropBooleanFlag WM_CAPTION_ON_SHELL =
new SysPropBooleanFlag(1105, "persist.wm.debug.caption_on_shell", false);
// 1200 - predictive back
@Keep
public static final SysPropBooleanFlag WM_ENABLE_PREDICTIVE_BACK = new SysPropBooleanFlag(