I had developed a video player which is working fine. Now i want from user to play every song with it. I mean whenever user clicks a video file, it should play with my video player or how can I add my video player to the alert dialog which appears when a video file is clicked?
I had developed a video player which is working fine. Now i want from
Share
Add the following intent-filters to your video player activity:
This will add your app to the list of apps that can play Videos and RTSP streams from the internet (remove the first filter if you don’t want to support streaming).