Hi, I updated VLC (neon) on my Nexus 7 this morning and now VLC is no longer suggested when openging a video from another application (other players are still suggested).
This worked well on the previous version. Did you intensionnaly change this ? (modified manifest maybe?)
The intent used is something like this :
Uri uri = Uri.parse("rstp://example.video.url");
Intent i = new Intent("android.intent.action.VIEW");
i.setDataAndType(uri, "video/*");
Thank you for your great job !