
UpdatedDec 20, 2021
PublishedDec 11, 2020
Packagecom.mediaplay.downloader
MD547b9e333c14789714f02c8cdd3052cb1
SHA1 (signer)66:1F:98:4D:FC:86:16:09:3A:A7:2A:24:9C:95:11:B1:FB:8E:7D:AC
Signed byCN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US
Malware scanTRUSTED
Contact[email protected]
What's new
Pop-up issue fixed
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) {
}
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) {
}
Required features
- Bluetooth android.hardware.bluetooth
- Location android.hardware.location
- Wifi android.hardware.wifi
Permissions (16)
File Downloader requests the following Android permissions:
- Access Coarse Location android.permission.ACCESS_COARSE_LOCATION
- Access Fine Location android.permission.ACCESS_FINE_LOCATION
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Access Wifi State android.permission.ACCESS_WIFI_STATE
- Bluetooth android.permission.BLUETOOTH
- Change Wifi State android.permission.CHANGE_WIFI_STATE
- Foreground Service android.permission.FOREGROUND_SERVICE
- Internet android.permission.INTERNET
- Quickboot Poweron android.permission.QUICKBOOT_POWERON
- Read External Storage android.permission.READ_EXTERNAL_STORAGE
- Receive Boot Completed android.permission.RECEIVE_BOOT_COMPLETED
- Request Install Packages android.permission.REQUEST_INSTALL_PACKAGES
- Vibrate android.permission.VIBRATE
- Wake Lock android.permission.WAKE_LOCK
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE
- Com Android Launcher Permission Install Shortcut com.android.launcher.permission.INSTALL_SHORTCUT