Additionally, paste this code immediately after the opening tag:

FDM - File Downloader

File Downloader For Developer use Intent intent = new Intent(Intent.ACTION_MAIN); intent.setCom...

Free

Store review

File Downloader

For Developer use


Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(new ComponentName("com.mediaplay.downloader", "com.mediaplay.downloader.AddDownloadActivity"));
try {
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.putExtra("title", name);
intent.putExtra("url", link);
startActivity(intent);
} catch (ActivityNotFoundException e) {

}

Last update

Feb. 20, 2021

Read more