overlay: disable nightDisplay (laggy) and auto-enable LiveDisplay (smooth), both does ~~the same thing~~

This commit is contained in:
Moyster 2017-03-20 13:50:32 +01:00 committed by Mister Oyster
parent ef38a3f70b
commit d2f52477fb
2 changed files with 2 additions and 3 deletions

View File

@ -266,9 +266,6 @@
<!-- Wifi DualBand -->
<bool name="config_wifi_dual_band_support">true</bool>
<!-- Control whether Night display is available. -->
<bool name="config_nightDisplayAvailable">true</bool>
<!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/system/framework/arm64/boot-framework.oat"</item>

View File

@ -14,6 +14,8 @@
limitations under the License.
-->
<resources>
<!-- Turn on LiveDisplay auto mode by default -->
<integer name="config_defaultLiveDisplayMode">1</integer>
<!-- Paths to the libraries that contain device specific key handlers -->
<string-array name="config_deviceKeyHandlerLibs" translatable="false">