aboutsummaryrefslogtreecommitdiff
path: root/tools/android
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android')
-rw-r--r--tools/android/packaging/xbmc/AndroidManifest.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml.in b/tools/android/packaging/xbmc/AndroidManifest.xml.in
index f3da501237..e185665507 100644
--- a/tools/android/packaging/xbmc/AndroidManifest.xml.in
+++ b/tools/android/packaging/xbmc/AndroidManifest.xml.in
@@ -13,7 +13,12 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.GET_TASKS" />
+ <uses-feature android:name="android.hardware.screen.landscape" android:required="true" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
+ <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false" />
+ <uses-feature android:name="android.hardware.type.television" android:required="false" />
+ <uses-feature android:name="android.hardware.usb.host" android:required="false" />
+ <uses-feature android:name="android.hardware.wifi" android:required="false" />
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:hasCode="true">
<activity