aboutsummaryrefslogtreecommitdiff
path: root/tools/android
diff options
context:
space:
mode:
authorMartijn Kaijser <machine.sanctum@gmail.com>2014-10-30 11:29:25 -0700
committerMartijn Kaijser <machine.sanctum@gmail.com>2014-10-30 11:29:25 -0700
commitb8a89e5e5823b2e692d67240235ad5f854242843 (patch)
treecbbc6312ac06efb1d969ef15aa9b8b47b8d41ed2 /tools/android
parent5ba4d5f056b30e3d9bd125dc1862b95b6fc29df3 (diff)
parent322408d86185bfab652314b57cb79297f48c41fb (diff)
Merge pull request #5576 from MartijnKaijser/uses-feature
[droid] update Android manifest with <uses-feature>
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