diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-09 17:40:08 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-09 17:40:08 +0200 |
commit | a4902413c8bc0ef2120c74744991a7430f19c07f (patch) | |
tree | 397ccae478c864e5b04b91d5929d0b926544c405 /overlay/frameworks | |
parent | 959ea0ff7b1f4e108e258f180278487cf2ab87c1 (diff) | |
download | device_samsung_n7100-a4902413c8bc0ef2120c74744991a7430f19c07f.zip device_samsung_n7100-a4902413c8bc0ef2120c74744991a7430f19c07f.tar.gz device_samsung_n7100-a4902413c8bc0ef2120c74744991a7430f19c07f.tar.bz2 |
n7100: reenable stylus gestures
Change-Id: I64de92865fb2bc74c8683f18aff82698af4d0414
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index aea7315..3502bbc 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -113,7 +113,7 @@ <integer name="config_deviceHardwareKeys">7</integer> <!-- Boolean to enable stylus gestures --> - <!--<bool name="config_stylusGestures">true</bool>--> + <bool name="config_stylusGestures">true</bool> <!-- Boolean to enable stk functionality on Samsung phones --> <bool name="config_samsung_stk">true</bool> |