FDM - File Downloader

4 (5619)

Tools | 4.0MB

Description

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) {
}

Show More Less

Information

Updated:

Version: 1.3

Requires: Android 4.4 or later

Rate

(5619) Rate it
Share by

You May Also Like