Update flag constant for caption on shell am: 4f279bac32
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19531018 Change-Id: I7b514f50299f625f04d9b798e61daeefd78fa264 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -276,7 +276,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.
|
||||
|
||||
Reference in New Issue
Block a user