summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-12-17 02:52:15 +0000
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2010-12-17 02:52:15 +0000
commit9ab5443076fc45cb62531e2030237c1c868c41b6 (patch)
tree6e08caefe3384653c53e9e2efe8cbaeadcb74ca1
parent72fb61070a1024ba06158fd93a126bd8f4550551 (diff)
parentecbc2e153e44d3237d509e8c448db067c0cca3d4 (diff)
downloadvendor_replicant-9ab5443076fc45cb62531e2030237c1c868c41b6.zip
vendor_replicant-9ab5443076fc45cb62531e2030237c1c868c41b6.tar.gz
vendor_replicant-9ab5443076fc45cb62531e2030237c1c868c41b6.tar.bz2
Merge "passion: Disable filterTouchEvents" into froyo
-rw-r--r--overlay/passion/frameworks/base/core/res/res/values/config.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/passion/frameworks/base/core/res/res/values/config.xml b/overlay/passion/frameworks/base/core/res/res/values/config.xml
index 4a6f6ef..d3b987e 100644
--- a/overlay/passion/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/passion/frameworks/base/core/res/res/values/config.xml
@@ -21,13 +21,6 @@
<!-- Control whether status bar should distinguish HSPA data icon form UMTS data icon on devices -->
<bool name="config_hspa_data_distinguishable">true</bool>
- <!-- Enables special filtering code in the framework for raw touch events
- from the touch driver. This code exists for one particular device,
- and should not be enabled for any others. Hopefully in the future
- it will be removed when the lower-level touch driver generates better
- data. -->
- <bool name="config_filterTouchEvents">true</bool>
-
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not
specified -->
<string name="default_wallpaper_component">com.android.wallpaper/.nexus.NexusWallpaper</string>