diff options
| author | 2018-08-20 21:07:47 +0000 | |
|---|---|---|
| committer | 2018-08-20 21:07:47 +0000 | |
| commit | 36b47b2883d06f58c33a58821e53dcdb798318c7 (patch) | |
| tree | 8619a4625433be781fddb80ff0b636fd44e9e5fd | |
| parent | 9ef4af8bfcf5125cc01dee63fd71a495d9fc2a51 (diff) | |
| parent | a73063d585e53b1c07226ab45d5eabe04de0642e (diff) | |
Merge "Turn off generic multi-window and multi-display."
| -rw-r--r-- | core/res/res/values-watch/config.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/res/res/values-watch/config.xml b/core/res/res/values-watch/config.xml index 8e824791ef15..a96a96ddaf01 100644 --- a/core/res/res/values-watch/config.xml +++ b/core/res/res/values-watch/config.xml @@ -64,9 +64,8 @@ Set to true for watch devices. --> <bool name="config_focusScrollContainersInTouchMode">true</bool> - <!-- Enable generic multi-window in order to support Activity in virtual display. --> - <bool name="config_supportsMultiWindow">true</bool> - <bool name="config_supportsMultiDisplay">true</bool> + <bool name="config_supportsMultiWindow">false</bool> + <bool name="config_supportsMultiDisplay">false</bool> <bool name="config_supportsSplitScreenMultiWindow">false</bool> <!-- Default Gravity setting for the system Toast view. Equivalent to: Gravity.CENTER --> |