mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-05 21:04:24 -04:00
More overlay work
This commit is contained in:
parent
2c6ba127d4
commit
2ee7a13a80
8 changed files with 13 additions and 8 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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. -->
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue