Use APKPure App
Get FDM - File Downloader old version APK for Android
Download Video Files Pictures etc
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 updated on Aug 28, 2020
Pop-up issue fixed
Uploaded by
Mella V Johnson
Requires Android
Android 4.4+
Category
Report
FDM - File Downloader
1.3 by MediaPlay Apps
Aug 28, 2020