[Android] Do not require bluetooth
Geoffrey Métais
git at videolan.org
Fri Aug 12 11:47:10 CEST 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Aug 12 11:40:17 2016 +0200| [d3c8155929258697b4d12acd5ca364ea231b0860] | committer: Jean-Baptiste Kempf
Do not require bluetooth
> https://code.videolan.org/videolan/vlc-android/commit/d3c8155929258697b4d12acd5ca364ea231b0860
---
vlc-android/AndroidManifest.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 78f4aed..246c688 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -66,6 +66,9 @@
<uses-feature android:name="android.hardware.microphone"
android:required="false"/>
+ <uses-feature android:name="android.hardware.bluetooth"
+ android:required="false" />
+
<application
android:name="org.videolan.vlc.VLCApplication"
android:hardwareAccelerated="true"
More information about the Android
mailing list