Disable LiveDisplay by default for performance reasons

This commit is contained in:
Tad 2019-04-17 00:23:42 -04:00
parent cc976eeffe
commit 9e2dd548d8
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Disable LiveDisplay by default -->
<integer name="config_defaultLiveDisplayMode">0</integer>
</resources>

View File

@ -5,6 +5,9 @@
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
<bool name="config_proximityCheckOnWake">true</bool>
<!-- Disable LiveDisplay by default -->
<integer name="config_defaultLiveDisplayMode">0</integer>
<!-- Whether to enable app suggest overlay which allows app suggest
provider to be replaced by an app at run-time. When disabled, only
the config_appSuggestProviderPackageName will be searched for app