mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-08 22:32:26 -04:00
More overlay work
This commit is contained in:
parent
1dc92478ed
commit
9dec3c7018
10 changed files with 25 additions and 14 deletions
|
@ -16,4 +16,7 @@
|
|||
|
||||
<fraction name="def_window_animation_scale">50%</fraction>
|
||||
<fraction name="def_window_transition_scale">50%</fraction>
|
||||
|
||||
<bool name="def_backup_enabled">false</bool>
|
||||
<string name="def_backup_transport" translatable="false">android/com.android.internal.backup.LocalTransport</string>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- When true, weather options will be displayed in settings dashboard -->
|
||||
<bool name="config_showWeatherMenu">false</bool>
|
||||
|
||||
</resources>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- When true, weather options will be displayed in settings dashboard -->
|
||||
<bool name="config_showWeatherMenu">false</bool>
|
||||
|
||||
</resources>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Does the device allow updating the recovery. -->
|
||||
<bool name="config_enableRecoveryUpdater">true</bool>
|
||||
|
||||
</resources>
|
|
@ -18,6 +18,7 @@ PRODUCT_PACKAGES += \
|
|||
# Replacements
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraRoll \
|
||||
K9Mail \
|
||||
Silence \
|
||||
VanillaMusic
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue