diff options
| author | chrmhoffmann <chrmhoffmann@gmail.com> | 2016-11-16 20:38:25 +0100 |
|---|---|---|
| committer | chrmhoffmann <chrmhoffmann@gmail.com> | 2016-11-16 20:39:55 +0100 |
| commit | 4e7f6211974173997bfc52940547851b129698de (patch) | |
| tree | 1e4cbf53afde23d665109e7201dc8190bf8adc18 | |
| parent | db637bb5139397cb67e04d91790dd1f304cae95f (diff) | |
Revert "deb: enable multi-window"
It is true by default already.
This reverts commit 29d56bd5b7f9e16994d30a53d5bf22a63d3d3ef0.
Change-Id: I71c740bf3603dedaceea2357a27d47cce22161eb
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 554f028..b99ffee 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -314,8 +314,4 @@ <!-- Configure wifi tcp buffersizes in the form: rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max --> <string name="config_wifi_tcp_buffers">524288,1048576,2560000,524288,1048576,2560000</string> - - <!-- True if the device supports at least one form of multi-window. - E.g. freeform, split-screen, picture-in-picture. --> - <bool name="config_supportsMultiWindow">true</bool> </resources> |
