diff options
author | tilaksidduram <tilaksidduram@gmail.com> | 2013-11-11 11:22:31 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2013-11-11 11:22:31 +0530 |
commit | 3082c79ce9ad320ebe294a34badfa097109f6c9e (patch) | |
tree | 4c5e7a4a188be65a0fefd14325f1d80fda0672b0 | |
parent | 8faf0fe9ff068e2a347ebd132e3ce2d062612c24 (diff) | |
download | device_samsung_n7100-3082c79ce9ad320ebe294a34badfa097109f6c9e.zip device_samsung_n7100-3082c79ce9ad320ebe294a34badfa097109f6c9e.tar.gz device_samsung_n7100-3082c79ce9ad320ebe294a34badfa097109f6c9e.tar.bz2 |
Disable a few overlays for now
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 16 | ||||
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 6 |
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> |