File Downloader 1.3 APK

File Downloader 1.3 APK

무료 다운로드

App Info

  • 앱 이름File Downloader
  • 종류 엔터테인먼트
  • 버전1.3
  • 요구 사항 4.4 이상
  • File Size3.68 MB
  • Updated
  • 앱코드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.

이전 버전