[Android] Use "title" for external Intents

Jean-Baptiste Kempf git at videolan.org
Thu Jul 30 15:50:13 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 30 15:49:50 2015 +0200| [f7362ce3f65688b2e4c5bdfd1c47e55a72ca4954] | committer: Jean-Baptiste Kempf

Use "title" for external Intents

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f7362ce3f65688b2e4c5bdfd1c47e55a72ca4954
---

 vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
index ef3b609..bfd689d 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -140,7 +140,7 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
 
     public final static String PLAY_EXTRA_ITEM_LOCATION = "item_location";
     public final static String PLAY_EXTRA_SUBTITLES_LOCATION = "subtitles_location";
-    public final static String PLAY_EXTRA_ITEM_TITLE = "item_title";
+    public final static String PLAY_EXTRA_ITEM_TITLE = "title";
     public final static String PLAY_EXTRA_FROM_START = "from_start";
     public final static String PLAY_EXTRA_OPENED_POSITION = "opened_position";
 



More information about the Android mailing list