mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
More overlay work
This commit is contained in:
parent
2f50e7c142
commit
5ae0eb7a92
@ -20,4 +20,13 @@
|
|||||||
<!-- Whether to show a warning notification when the device reaches a certain temperature. -->
|
<!-- Whether to show a warning notification when the device reaches a certain temperature. -->
|
||||||
<integer name="config_showTemperatureWarning">1</integer>
|
<integer name="config_showTemperatureWarning">1</integer>
|
||||||
|
|
||||||
|
<!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
|
||||||
|
<bool name="config_show4GForLTE">false</bool>
|
||||||
|
|
||||||
|
<!-- Set to true to enable the user switcher on the keyguard. -->
|
||||||
|
<bool name="config_keyguardUserSwitcher">false</bool>
|
||||||
|
|
||||||
|
<!-- Whether to show the full screen user switcher. -->
|
||||||
|
<bool name="config_enableFullscreenUserSwitcher">false</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -4,4 +4,16 @@
|
|||||||
<!-- Does the device allow updating the recovery. -->
|
<!-- Does the device allow updating the recovery. -->
|
||||||
<bool name="config_enableRecoveryUpdater">true</bool>
|
<bool name="config_enableRecoveryUpdater">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether or not App & Notification screen should display recently used apps -->
|
||||||
|
<bool name="config_display_recent_apps">false</bool>
|
||||||
|
|
||||||
|
<!-- When true enable gesture setting. -->
|
||||||
|
<bool name="config_gesture_settings_enabled">true</bool>
|
||||||
|
|
||||||
|
<!-- If the support features are enabled. -->
|
||||||
|
<bool name="config_support_enabled">false</bool>
|
||||||
|
|
||||||
|
<!-- Whether or not new device intro suggestion is supported for this device -->
|
||||||
|
<bool name="config_new_device_intro_suggestion_supported">false</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a86c23077369542029aa869323f684cacc4a475c
|
Subproject commit cc422f3e9ce0e76b8979966290fc6e869f7f34dd
|
Loading…
Reference in New Issue
Block a user