1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8         http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<permissions>
18
19    <!-- These are the hardware components that all television devices must
20         include.  Devices with optional hardware must also include extra hardware
21         files.
22    -->
23    <feature name="android.hardware.audio.output" />
24    <feature name="android.hardware.location" />
25    <feature name="android.hardware.location.network" />
26    <feature name="android.hardware.screen.landscape" />
27    <feature name="android.hardware.type.television" />
28
29    <feature name="android.software.backup" />
30    <feature name="android.software.leanback" />
31    <feature name="android.software.leanback_only" />
32    <feature name="android.software.live_tv" />
33    <feature name="android.software.picture_in_picture" />
34    <feature name="android.software.activities_on_secondary_displays" />
35    <feature name="android.software.voice_recognizers" />
36
37    <feature name="android.software.cts" />
38
39</permissions>
40