summaryrefslogtreecommitdiffstats
path: root/data/etc
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2011-01-27 17:05:35 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-27 17:05:35 -0800
commita905598b0b534b25f5b8ab7e9b7e6878c9bfe640 (patch)
tree90a30763731f4b3eb8a08e03570148c4918ee550 /data/etc
parenta66cf8783fd77ecbbb2e23c9444cc6ddf1e21bef (diff)
parentd3939c09dbfdff453855b9ff96025d42b71d9290 (diff)
downloadframeworks_base-a905598b0b534b25f5b8ab7e9b7e6878c9bfe640.zip
frameworks_base-a905598b0b534b25f5b8ab7e9b7e6878c9bfe640.tar.gz
frameworks_base-a905598b0b534b25f5b8ab7e9b7e6878c9bfe640.tar.bz2
am d3939c09: am ed11f117: As of honeycomb, all touchscreen devices should also report faketouch.
* commit 'd3939c09dbfdff453855b9ff96025d42b71d9290': As of honeycomb, all touchscreen devices should also report faketouch.
Diffstat (limited to 'data/etc')
-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>