Change Boolean to Sysprop flag for Shade anim work
Bug: 238475428 Test: Manual (build mp droid and it did not break) Change-Id: Iebfca3a7253cd630e1f017e251f9454840231918
This commit is contained in:
@@ -497,7 +497,7 @@ object Flags {
|
||||
// TODO(b/238475428): Tracking Bug
|
||||
@JvmField
|
||||
val WM_SHADE_ALLOW_BACK_GESTURE =
|
||||
unreleasedFlag(1207, "persist.wm.debug.shade_allow_back_gesture", teamfood = false)
|
||||
sysPropBooleanFlag(1207, "persist.wm.debug.shade_allow_back_gesture", default = false)
|
||||
|
||||
// TODO(b/238475428): Tracking Bug
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user