Merge "Add a new feature flag for new pip size spec logic" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e239c0217a
@@ -447,6 +447,12 @@ object Flags {
|
|||||||
teamfood = false
|
teamfood = false
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO(b/198643358): Tracking bug
|
||||||
|
@Keep
|
||||||
|
@JvmField
|
||||||
|
val ENABLE_PIP_SIZE_LARGE_SCREEN =
|
||||||
|
sysPropBooleanFlag(1114, "persist.wm.debug.enable_pip_size_large_screen", default = false)
|
||||||
|
|
||||||
// 1200 - predictive back
|
// 1200 - predictive back
|
||||||
@Keep
|
@Keep
|
||||||
@JvmField
|
@JvmField
|
||||||
|
|||||||
Reference in New Issue
Block a user