summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-26 16:39:23 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-26 16:39:23 -0700
commit039c68e75606e837cf021815a0210836724574ad (patch)
treec65d4f12f6401a113421e3d6b59601da3d7ea97d /data
parent075a18d607c3aa8386b4d06aea22f4bfacbe447b (diff)
downloadframeworks_base-039c68e75606e837cf021815a0210836724574ad.zip
frameworks_base-039c68e75606e837cf021815a0210836724574ad.tar.gz
frameworks_base-039c68e75606e837cf021815a0210836724574ad.tar.bz2
The touch screen is probably a feature.
Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
Diffstat (limited to 'data')
-rw-r--r--data/etc/android.hardware.touchscreen.multitouch.xml21
-rw-r--r--data/etc/required_hardware.xml1
2 files changed, 22 insertions, 0 deletions
diff --git a/data/etc/android.hardware.touchscreen.multitouch.xml b/data/etc/android.hardware.touchscreen.multitouch.xml
new file mode 100644
index 0000000..3d2399a
--- /dev/null
+++ b/data/etc/android.hardware.touchscreen.multitouch.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- This is the standard set of features for a touchscreen that supports
+ multitouch. -->
+<permissions>
+ <feature name="android.hardware.touchscreen.multitouch" />
+</permissions>
diff --git a/data/etc/required_hardware.xml b/data/etc/required_hardware.xml
index 896a148..05e7f8a 100644
--- a/data/etc/required_hardware.xml
+++ b/data/etc/required_hardware.xml
@@ -22,4 +22,5 @@
<feature name="android.hardware.sensor.accelerometer" />
<feature name="android.hardware.bluetooth" />
<feature name="android.hardware.wifi" />
+ <feature name="android.hardware.touchscreen" />
</permissions>