Browse Source

Allow clear text traffic

This is needed for browser icons/thumbnails download on networks
merge-requests/61/head
Geoffrey Métais 8 years ago
parent
commit
c4d4d752b0
  1. 1
      vlc-android/AndroidManifest.xml

1
vlc-android/AndroidManifest.xml

@ -69,6 +69,7 @@
android:theme="@style/Theme.VLC.Transparent"
android:supportsRtl="true"
android:appCategory="video"
android:usesCleartextTraffic="true"
tools:targetApi="o">
<!-- Enable VLC in Samsung multiwindow mode -->

Loading…
Cancel
Save