File Explorer

Download: File Explorer APK

  • Latest Version
Application ID com.anker.fileexplorer
Downloads 1.11M
Upload by Anker
Rating 3.5/659+
Content rating Everyone
Requires android 4.4 and up
Updated on Jul 03, 2019

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.ACCESS_WIFI_STATE:
    Allows applications to access information about Wi-Fi networks.
  • android.permission.DELETE_PACKAGES:
    Allows an application to delete packages.
  • android.permission.INSTALL_PACKAGES:
    Allows an application to install packages.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.MOUNT_UNMOUNT_FILESYSTEMS:
    Allows mounting and unmounting file systems for removable storage.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.REQUEST_INSTALL_PACKAGES:
    Allows an application to request installing packages.
  • android.permission.SYSTEM_ALERT_WINDOW:
    Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
  • android.permission.SYSTEM_OVERLAY_WINDOW:
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.