summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2013-11-11 11:22:31 +0530
committertilaksidduram <tilaksidduram@gmail.com>2013-11-11 11:22:31 +0530
commit3082c79ce9ad320ebe294a34badfa097109f6c9e (patch)
tree4c5e7a4a188be65a0fefd14325f1d80fda0672b0 /overlay/frameworks/base
parent8faf0fe9ff068e2a347ebd132e3ce2d062612c24 (diff)
downloaddevice_samsung_n7100-3082c79ce9ad320ebe294a34badfa097109f6c9e.zip
device_samsung_n7100-3082c79ce9ad320ebe294a34badfa097109f6c9e.tar.gz
device_samsung_n7100-3082c79ce9ad320ebe294a34badfa097109f6c9e.tar.bz2
Disable a few overlays for now
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml16
1 files changed, 8 insertions, 8 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>