Update flag constant for caption on shell am: 4f279bac32 am: 750da6f903

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

Change-Id: I4935df6ee55ce73feded58bead8ad02c2150c7a0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ats Jenk
2022-08-09 02:29:42 +00:00
committed by Automerger Merge Worker

View File

@@ -277,7 +277,7 @@ public final class ViewRootImpl implements ViewParent,
* @hide
*/
public static final boolean CAPTION_ON_SHELL =
SystemProperties.getBoolean("persist.debug.caption_on_shell", false);
SystemProperties.getBoolean("persist.wm.debug.caption_on_shell", false);
/**
* Whether the client should compute the window frame on its own.