[Android] Remove HTTP(S) protocols

Geoffrey Métais git at videolan.org
Wed Mar 16 11:39:41 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar 16 11:13:15 2016 +0100| [f6805b42b8764ea92e034f7acf5956a96b5c3966] | committer: Geoffrey Métais

Remove HTTP(S) protocols

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

 vlc-android/res/values/arrays.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/values/arrays.xml b/vlc-android/res/values/arrays.xml
index 0596a9d..9ac549f 100644
--- a/vlc-android/res/values/arrays.xml
+++ b/vlc-android/res/values/arrays.xml
@@ -4,8 +4,8 @@
         <item>FTP</item>
         <item>FTPS</item>
         <item>SFTP</item>
-        <item>HTTP</item>
-        <item>HTTPS</item>
+        <!--<item>HTTP</item>-->
+        <!--<item>HTTPS</item>-->
         <item>SMB</item>
         <item>NFS</item>
     </string-array>



More information about the Android mailing list