mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-10 07:10:26 -04:00
Fixes
- 18.1: Fix exempted background tasks when dozing (GrapheneOS) - 20.0: pick a fix for some colors after qpr2 - 20.0: fix the missing notification backdrop Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
279eaa84bc
commit
b4dbe27f23
12 changed files with 405 additions and 8 deletions
|
@ -102,7 +102,7 @@
|
|||
|
||||
If this string is empty or the specified package does not exist, then
|
||||
the platform will search for an SMS app and use that (if there is one)-->
|
||||
<string name="default_sms_application" translatable="false">org.smssecure.smssecure</string>
|
||||
<string name="default_sms_application" translatable="false">com.android.messaging</string>
|
||||
|
||||
<!-- Component name of the combo network location provider. -->
|
||||
<string name="config_comboNetworkLocationProvider" translatable="false">@null</string>
|
||||
|
@ -194,8 +194,8 @@
|
|||
in certain places to reduce RAM footprint. This is ignored if ro.config.low_ram
|
||||
is true (in that case this is assumed true as well). It can allow you to tune down
|
||||
your device's memory use without going to the point of causing applications to turn
|
||||
off features. -->
|
||||
<bool name="config_avoidGfxAccel">false</bool>
|
||||
off features.
|
||||
<bool name="config_avoidGfxAccel">false</bool> -->
|
||||
|
||||
<!-- Enables or disables fading edges when marquee is enabled in TextView.
|
||||
Off by default, since the framebuffer readback used to implement the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue