deb: enable multi-window

* kanged from intervigil's repo here: https://github.com/intervigilium/android_device_asus_deb

Change-Id: I1c097223a851fe322429fe0f3e2317292a66745f
This commit is contained in:
chrmhoffmann 2016-11-15 00:48:35 +01:00 committed by Abhisek Devkota
parent f6720aa455
commit 29d56bd5b7

View file

@ -314,4 +314,8 @@
<!-- 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>