More overlay work

This commit is contained in:
Tad 2018-07-12 22:43:28 -04:00
parent 2c6ba127d4
commit 2ee7a13a80
8 changed files with 13 additions and 8 deletions

View file

@ -139,7 +139,9 @@
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
<!-- UnifiedNLP -->
<item>org.microg.nlp</item>
<!-- microG (in this case) -->
<item>com.google.android.gms</item>
</string-array>

View file

@ -11,7 +11,7 @@
<bool name="config_recents_use_hardware_layers">true</bool>
<!-- Whether to use cheap, less good looking shadows for recents -->
<bool name="config_recents_fake_shadows">false</bool>
<bool name="config_recents_fake_shadows">true</bool>
<!-- Whether to clip notification contents with a rounded rectangle. Might be expensive on
certain GPU's and thus can be turned off with only minimal visual impact. -->

View file

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default for LineageSettings.Secure.STATS_COLLECTION -->
<bool name="def_stats_collection">false</bool>
<!-- Default value of LineageSettings.System.ENABLE_FORWARD_LOOKUP -->
<integer name="def_forward_lookup">0</integer>

View file

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default for CMSettings.Secure.STATS_COLLECTION -->
<bool name="def_stats_collection">false</bool>
<!-- Default value of LineageSettings.System.ENABLE_FORWARD_LOOKUP -->
<integer name="def_forward_lookup">0</integer>