summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2011-01-27 17:03:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-27 17:03:55 -0800
commitd3939c09dbfdff453855b9ff96025d42b71d9290 (patch)
tree14fdf34057cb3d0367e4e9a3a70195920db8bccb
parentc4f5b712049a5891bc2d1a87031134f3fe0acb03 (diff)
parented11f117ffdac3262253487ab6116211bd2c5bbd (diff)
downloadframeworks_base-d3939c09dbfdff453855b9ff96025d42b71d9290.zip
frameworks_base-d3939c09dbfdff453855b9ff96025d42b71d9290.tar.gz
frameworks_base-d3939c09dbfdff453855b9ff96025d42b71d9290.tar.bz2
am ed11f117: As of honeycomb, all touchscreen devices should also report faketouch.
* commit 'ed11f117ffdac3262253487ab6116211bd2c5bbd': As of honeycomb, all touchscreen devices should also report faketouch.
-rw-r--r--data/etc/android.hardware.touchscreen.multitouch.distinct.xml1
-rw-r--r--data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml1
-rw-r--r--data/etc/android.hardware.touchscreen.multitouch.xml1
-rw-r--r--data/etc/android.hardware.touchscreen.xml1
4 files changed, 4 insertions, 0 deletions
diff --git a/data/etc/android.hardware.touchscreen.multitouch.distinct.xml b/data/etc/android.hardware.touchscreen.multitouch.distinct.xml
index a3c116a..35eeefd 100644
--- a/data/etc/android.hardware.touchscreen.multitouch.distinct.xml
+++ b/data/etc/android.hardware.touchscreen.multitouch.distinct.xml
@@ -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>
diff --git a/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml b/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml
index 80bf859..ed6606d 100644
--- a/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml
+++ b/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml
@@ -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>
diff --git a/data/etc/android.hardware.touchscreen.multitouch.xml b/data/etc/android.hardware.touchscreen.multitouch.xml
index 34b518a..1d59a27 100644
--- a/data/etc/android.hardware.touchscreen.multitouch.xml
+++ b/data/etc/android.hardware.touchscreen.multitouch.xml
@@ -20,4 +20,5 @@
<permissions>
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
+ <feature name="android.hardware.faketouch" />
</permissions>
diff --git a/data/etc/android.hardware.touchscreen.xml b/data/etc/android.hardware.touchscreen.xml
index 10c91f1..5b5ddf9 100644
--- a/data/etc/android.hardware.touchscreen.xml
+++ b/data/etc/android.hardware.touchscreen.xml
@@ -18,4 +18,5 @@
support multitouch. -->
<permissions>
<feature name="android.hardware.touchscreen" />
+ <feature name="android.hardware.faketouch" />
</permissions>