passion: Disable filterTouchEvents

This was an old hack to help with multitouch bugs but seems to make them
worse now. Disabling it helps a little with Google Maps 2-finger
rotation, but not much since the touchscreen hardware on the N1 is crap.

Change-Id: I60c6084d6f92897fd75411aa51ba7f10e92c2a43
This commit is contained in:
Steve Kondik 2010-12-16 21:50:34 -05:00
parent 16392b5cd0
commit f1912b0ab6
1 changed files with 0 additions and 7 deletions

View File

@ -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>