More overlay work

This commit is contained in:
Tad 2018-07-13 15:35:09 -04:00
parent 2f50e7c142
commit 5ae0eb7a92
3 changed files with 22 additions and 1 deletions

View File

@ -20,4 +20,13 @@
<!-- Whether to show a warning notification when the device reaches a certain temperature. -->
<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>

View File

@ -4,4 +4,16 @@
<!-- Does the device allow updating the recovery. -->
<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>

@ -1 +1 @@
Subproject commit a86c23077369542029aa869323f684cacc4a475c
Subproject commit cc422f3e9ce0e76b8979966290fc6e869f7f34dd