197da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross<?xml version="1.0" encoding="utf-8"?>
297da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross<!-- Copyright (C) 2010 The Android Open Source Project
397da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross
497da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     Licensed under the Apache License, Version 2.0 (the "License");
597da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     you may not use this file except in compliance with the License.
697da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     You may obtain a copy of the License at
797da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross
897da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross          http://www.apache.org/licenses/LICENSE-2.0
997da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross
1097da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     Unless required by applicable law or agreed to in writing, software
1197da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     distributed under the License is distributed on an "AS IS" BASIS,
1297da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1397da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     See the License for the specific language governing permissions and
1497da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     limitations under the License.
1597da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross-->
1697da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross
1797da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross<!-- This is the standard set of features for a touchscreen that supports
1897da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross     independently-trackable multiple-finger multitouch. -->
1997da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross<permissions>
2097da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross    <feature name="android.hardware.touchscreen" />
2197da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross    <feature name="android.hardware.touchscreen.multitouch" />
2297da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross    <feature name="android.hardware.touchscreen.multitouch.distinct" />
2397da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross    <feature name="android.hardware.touchscreen.multitouch.jazzhand" />
2497da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross    <feature name="android.hardware.faketouch" />
2597da905bea7cddf514ac1ef998ec16e9cabbbc56Colin Cross</permissions>
26