summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml16
-rw-r--r--overlay/packages/apps/Settings/res/values/config.xml6
2 files changed, 11 insertions, 11 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 3502bbc..5e97f15 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -76,11 +76,11 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
- <!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
- <bool name="config_intrusiveBatteryLed">true</bool>
+ <!-- Is the battery LED intrusive? Used to decide if there should be a disable option
+ <bool name="config_intrusiveBatteryLed">true</bool> -->
- <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors -->
- <bool name="config_multiColorBatteryLed">true</bool>
+ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors
+ <bool name="config_multiColorBatteryLed">true</bool> -->
<!-- Default color for notification LED is white. -->
<color name="config_defaultNotificationColor">#ffffffff</color>
@@ -94,8 +94,8 @@
<!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
- <!-- Disable the home key unlock setting -->
- <bool name="config_disableHomeUnlockSetting">false</bool>
+ <!-- Disable the home key unlock setting
+ <bool name="config_disableHomeUnlockSetting">false</bool> -->
<!-- Workaround for devices with broken keyboards -->
<bool name="config_forceDisableHardwareKeyboard">true</bool>
@@ -109,8 +109,8 @@
8 - Assistant (search)
16 - App switch
For example, a device with Home, Back and Menu keys would set this
- config to 7. -->
- <integer name="config_deviceHardwareKeys">7</integer>
+ config to 7.
+ <integer name="config_deviceHardwareKeys">7</integer> -->
<!-- Boolean to enable stylus gestures -->
<bool name="config_stylusGestures">true</bool>
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index 089b429..0aa1d84 100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -16,6 +16,6 @@
-->
<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
- <!-- Home button wake support -->
- <bool name="config_show_homeWake">true</bool>
-</resources> \ No newline at end of file
+ <!-- Home button wake support
+ <bool name="config_show_homeWake">true</bool> -->
+</resources>