diff options
author | tilaksidduram <tilaksidduram@gmail.com> | 2014-11-20 19:55:56 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-11-20 20:28:35 +0530 |
commit | f09d0012af2fdac047aae8be9869562a6772f5fd (patch) | |
tree | 689bce0c9cf725d9e54732a4ee25f809eb73dc6e /overlay | |
parent | 44f95ae0ecbcce9f84414d9f919d006cbd2f9635 (diff) | |
download | device_samsung_n7100-f09d0012af2fdac047aae8be9869562a6772f5fd.zip device_samsung_n7100-f09d0012af2fdac047aae8be9869562a6772f5fd.tar.gz device_samsung_n7100-f09d0012af2fdac047aae8be9869562a6772f5fd.tar.bz2 |
disable some overlays
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 20 | ||||
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/pa_config.xml | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 3c8a86c..da0991f 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -84,11 +84,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 LED on time for notification LED in milliseconds. --> <integer name="config_defaultNotificationLedOn">1000</integer> @@ -96,8 +96,8 @@ <!-- Default LED off time for notification LED in milliseconds. --> <integer name="config_defaultNotificationLedOff">9000</integer> - <!-- Workaround for devices with broken keyboards --> - <bool name="config_forceDisableHardwareKeyboard">true</bool> + <!-- Workaround for devices with broken keyboards + <bool name="config_forceDisableHardwareKeyboard">true</bool> --> <!-- Allow the menu hard key to be disabled in LockScreen on some devices --> <bool name="config_disableMenuKeyInLockScreen">true</bool> @@ -114,9 +114,9 @@ config to 7. --> <integer name="config_deviceHardwareKeys">7</integer> - <!-- Boolean to enable stk functionality on Samsung phones --> - <bool name="config_samsung_stk">true</bool> + <!-- Boolean to enable stk functionality on Samsung phones + <bool name="config_samsung_stk">true</bool> --> - <!-- Boolean to enable stylus gestures --> - <bool name="config_stylusGestures">true</bool> + <!-- Boolean to enable stylus gestures + <bool name="config_stylusGestures">true</bool> --> </resources> diff --git a/overlay/frameworks/base/core/res/res/values/pa_config.xml b/overlay/frameworks/base/core/res/res/values/pa_config.xml index 13f9a31..63eba10 100644 --- a/overlay/frameworks/base/core/res/res/values/pa_config.xml +++ b/overlay/frameworks/base/core/res/res/values/pa_config.xml @@ -18,6 +18,6 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Camera flash --> - <bool name="config_device_has_camera_flash">true</bool> + <!-- Camera flash + <bool name="config_device_has_camera_flash">true</bool> --> </resources> |