diff options
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index fe3d4f6b39bf..07efad89010a 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -4380,7 +4380,7 @@ modes dimensions {@link config_minPercentageMultiWindowSupportWidth} the device supports to determine if the activity can be shown in multi windowing modes. --> - <integer name="config_respectsActivityMinWidthHeightMultiWindow">0</integer> + <integer name="config_respectsActivityMinWidthHeightMultiWindow">-1</integer> <!-- This value is only used when the device checks activity min height to determine if it can be shown in multi windowing modes. |