diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-10-20 17:09:19 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-10-20 17:09:19 +0200 |
commit | 02c72cd6f59f5160537fcef2832bef9264a58c59 (patch) | |
tree | 0105ffadbcaaf1c47ac538c8a5b0020105d92667 | |
parent | e1dc9f777dbe130dc0bb9d2e9e8195801798e924 (diff) |
[droid] add uses-feature for bluetooth after a3ed4cfbe49995988a1b61518756f0e4b8990960
-rw-r--r-- | tools/android/packaging/xbmc/AndroidManifest.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml.in b/tools/android/packaging/xbmc/AndroidManifest.xml.in index e893188cb7..c10630b99c 100644 --- a/tools/android/packaging/xbmc/AndroidManifest.xml.in +++ b/tools/android/packaging/xbmc/AndroidManifest.xml.in @@ -13,6 +13,7 @@ <uses-permission android:name="android.permission.GET_TASKS" /> <uses-permission android:name="android.permission.BLUETOOTH" /> + <uses-feature android:name="android.hardware.bluetooth" android:required="false" /> <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" /> |