[Android] VideoPlayerActivity: typo
Edward Wang
git at videolan.org
Mon Jan 28 16:20:49 CET 2013
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Jan 28 10:18:49 2013 -0500| [4ab5a936cc09d9bd2a0488029acab74276301054] | committer: Edward Wang
VideoPlayerActivity: typo
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4ab5a936cc09d9bd2a0488029acab74276301054
---
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java | 1 -
1 file changed, 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 5a2d699..26d4c7b 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -1308,7 +1308,6 @@ public class VideoPlayerActivity extends Activity {
// Plain URI
mLocation = getIntent().getDataString();
}
- Log.d(TAG, mLocation);
} else if(getIntent().getExtras() != null) {
/* Started from VideoListActivity */
mLocation = getIntent().getExtras().getString("itemLocation");
More information about the Android
mailing list