[Android] Do not require bluetooth

Geoffrey Métais git at videolan.org
Fri Aug 12 11:47:50 CEST 2016


vlc-android | branch: 2.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Aug 12 11:40:17 2016 +0200| [30ebb0db75b56ae9d2c64c023f92610aeb2e5c1b] | committer: Jean-Baptiste Kempf

Do not require bluetooth

(cherry picked from commit d3c8155929258697b4d12acd5ca364ea231b0860)

> https://code.videolan.org/videolan/vlc-android/commit/30ebb0db75b56ae9d2c64c023f92610aeb2e5c1b
---

 vlc-android/AndroidManifest.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 1a9b5fc..87e13c8 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