am ed11f117: As of honeycomb, all touchscreen devices should also report faketouch.

* commit 'ed11f117ffdac3262253487ab6116211bd2c5bbd':
  As of honeycomb, all touchscreen devices should also report faketouch.
This commit is contained in:
Dan Morrill
2011-01-27 17:03:55 -08:00
committed by Android Git Automerger
4 changed files with 4 additions and 0 deletions

View File

@@ -20,4 +20,5 @@
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
<feature name="android.hardware.touchscreen.multitouch.distinct" />
<feature name="android.hardware.faketouch" />
</permissions>

View File

@@ -21,4 +21,5 @@
<feature name="android.hardware.touchscreen.multitouch" />
<feature name="android.hardware.touchscreen.multitouch.distinct" />
<feature name="android.hardware.touchscreen.multitouch.jazzhand" />
<feature name="android.hardware.faketouch" />
</permissions>

View File

@@ -20,4 +20,5 @@
<permissions>
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
<feature name="android.hardware.faketouch" />
</permissions>

View File

@@ -18,4 +18,5 @@
support multitouch. -->
<permissions>
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.faketouch" />
</permissions>