mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Disable LiveDisplay by default for performance reasons
This commit is contained in:
parent
cc976eeffe
commit
9e2dd548d8
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Disable LiveDisplay by default -->
|
||||
<integer name="config_defaultLiveDisplayMode">0</integer>
|
||||
|
||||
</resources>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user