File Downloader 1.3 APK

File Downloader 1.3 APK

免费下载

App Info

  • 软件名称File Downloader
  • 软件分类 休闲娱乐
  • 最新版本1.3
  • 支持ROM 4.4及更高版本
  • File Size3.68 MB
  • Updated
  • APK名称com.mediaplay.downloader

软件介绍

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

}

Internet Allows to access internet network.
Access network state Allows to access information about networks.
Receive boot completed Allows to receive the boot completed notification that is broadcast after the system finishes booting.
android.permission.QUICKBOOT_POWERON App customer permission.
Vibrate Allows access to the vibrator.
Install shortcut Allows to install a shortcut in Launcher.
android.permission.FOREGROUND_SERVICE App customer permission.
Read external storage Allows to read from external storage such as SD card.
Write external storage Allows to write to external storage such as SD card.
Access wifi state Allows to access information about Wi-Fi networks.
android.permission.REQUEST_INSTALL_PACKAGES App customer permission.
Wake lock Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Access coarse location Allows to access approximate location derived from network location sources such as cell towers and Wi-Fi.
Access fine location Allows to access precise location from location sources such as GPS, cell towers and Wi-Fi.
Bluetooth Allows to to connect to paired bluetooth devices.
Change wifi state Allows to change Wi-Fi connectivity state.

历史版本