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

Change-Id: Iddcdfc19868be1ed356bdd27f08646ccec14f97b
This commit is contained in:
Dan Morrill
2011-01-27 16:47:24 -08:00
parent 270cbcc16a
commit ed11f117ff
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>