- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy MediaPlay AppsOnline Media Player Simple and easy to use Media Player.Online Media PlayerSimple and easy to useMedia Player.Simply enter link then click on stream.Choose online or offline subtitles.Chromecast supported.Also supports Android Tv and FiretvFor Developer useIntent intent = new Intent(Intent.ACTION_MAIN);intent.setComponent(new ComponentName("com.mediaplay.player", "com.mediaplay.player.Player"));try { intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.putExtra("title", ititle); intent.putExtra("url", url); startActivity(intent);} catch (ActivityNotFoundException e) {