One Media Player
Rating: 0.00 (Votes:
0)
Online & Offline Media Player
Simple and easy to use Media PlayerSimply enter link then click on stream
or choose from video library
Choose online or offline subtitles
Picture in Picture supported
Chromecast supported
Also supports Android Tv and Firetv
For Developer use
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(new ComponentName("com.mediaplay.player", "com.mediaplay.player.Activity.Player.Player"));
try {
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.putExtra("title", title);
intent.putExtra("url", url);
intent.putExtra("live", 1);
intent.putExtra("licence",licence );
startActivity(intent);
} catch (ActivityNotFoundException e) {
//App not found
}
User ReviewsAdd Comment & Review
Based on 0
Votes and 0 User Reviews
No reviews added yet.
Comments will not be approved to be posted if they are SPAM, abusive, off-topic, use profanity, contain a personal attack, or promote hate of any kind.
Tech News
Other Apps in This Category