[Android] Allow clear text traffic
Geoffrey Métais
git at videolan.org
Thu Jan 24 10:26:54 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jan 24 10:25:44 2019 +0100| [c4d4d752b0856a2800ed6d53635271340e3f11e3] | committer: Geoffrey Métais
Allow clear text traffic
This is needed for browser icons/thumbnails download on networks
> https://code.videolan.org/videolan/vlc-android/commit/c4d4d752b0856a2800ed6d53635271340e3f11e3
---
vlc-android/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index c4b32546a..aed313eb6 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/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 -->
More information about the Android
mailing list