AirDroid: File & Remote Access

Download: AirDroid: File & Remote Access APK

  • Latest Version
Application ID com.sand.airdroid
Downloads 55.06M
Upload by SAND STUDIO
Rating 4.1/629.51K+
Content rating Everyone, Users Interact, Digital Purchases
Requires android 7.0 and up
Updated on Mar 20, 2024

android.Manifest.permission

  • android.permission.ACCESS_BACKGROUND_LOCATION:
    Allows an app to access location in the background.
  • android.permission.ACCESS_COARSE_LOCATION:
    Allows an app to access approximate location.
  • android.permission.ACCESS_FINE_LOCATION:
    Allows an app to access precise location.
  • android.permission.ACCESS_LOCATION_EXTRA_COMMANDS:
    Allows an application to access extra location provider commands.
  • 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.ACTIVITY_RECOGNITION:
    Allows an application to recognize physical activity.
  • android.permission.ANSWER_PHONE_CALLS:
    Allows the app to answer an incoming phone call.
  • android.permission.AUTHENTICATE_ACCOUNTS:
  • android.permission.BATTERY_STATS:
    Allows an application to collect battery statistics
  • android.permission.BIND_NOTIFICATION_LISTENER_SERVICE:
    Must be required by an NotificationListenerService, to ensure that only the system can bind to it.
  • android.permission.BLUETOOTH_CONNECT:
    Required to be able to connect to paired Bluetooth devices.
  • android.permission.BLUETOOTH_SCAN:
    Required to be able to discover and pair nearby Bluetooth devices.
  • android.permission.CALL_PHONE:
    Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
  • android.permission.CAMERA:
    Required to be able to access the camera device.
  • android.permission.CHANGE_COMPONENT_ENABLED_STATE:
    Allows an application to change whether an application component (other than its own) is enabled or not.
  • android.permission.CHANGE_NETWORK_STATE:
    Allows applications to change network connectivity state.
  • android.permission.CHANGE_WIFI_MULTICAST_STATE:
    Allows applications to enter Wi-Fi Multicast mode.
  • android.permission.CHANGE_WIFI_STATE:
    Allows applications to change Wi-Fi connectivity state.
  • android.permission.CLEAR_APP_USER_DATA:
  • android.permission.DISABLE_KEYGUARD:
    Allows applications to disable the keyguard if it is not secure.
  • android.permission.DOWNLOAD_WITHOUT_NOTIFICATION:
  • android.permission.EXPAND_STATUS_BAR:
    Allows an application to expand or collapse the status bar.
  • android.permission.FLASHLIGHT:
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.GET_ACCOUNTS:
    Allows access to the list of accounts in the Accounts Service.
  • android.permission.GET_TASKS:
    This constant was deprecated in API level 21. No longer enforced.
  • android.permission.INSTALL_PACKAGES:
    Allows an application to install packages.
  • android.permission.INTERACT_ACROSS_USERS:
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.KILL_BACKGROUND_PROCESSES:
    Allows an application to call ActivityManager.killBackgroundProcesses(String).
  • android.permission.MANAGE_ACCOUNTS:
  • android.permission.MANAGE_EXTERNAL_STORAGE:
    Allows an application a broad access to external storage in scoped storage.
  • android.permission.MANAGE_USERS:
  • android.permission.MODIFY_AUDIO_SETTINGS:
    Allows an application to modify global audio settings.
  • android.permission.MODIFY_PHONE_STATE:
    Allows modification of the telephony state - power on, mmi, etc.
  • android.permission.PACKAGE_USAGE_STATS:
    Allows an application to collect component usage statistics
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.QUERY_ALL_PACKAGES:
    Allows query of any normal app on the device, regardless of manifest declarations.
  • android.permission.READ_CALL_LOG:
    Allows an application to read the user's call log.
  • android.permission.READ_CONTACTS:
    Allows an application to read the user's contacts data.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.READ_PHONE_STATE:
    Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
  • android.permission.READ_SMS:
    Allows an application to read SMS messages.
  • android.permission.READ_SYNC_SETTINGS:
    Allows applications to read the sync settings.
  • android.permission.REAL_GET_TASKS:
  • android.permission.REBOOT:
    Required to be able to reboot the device.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.RECEIVE_MMS:
    Allows an application to monitor incoming MMS messages.
  • android.permission.RECEIVE_SMS:
    Allows an application to receive SMS messages.
  • android.permission.RECEIVE_WAP_PUSH:
    Allows an application to receive WAP push messages.
  • android.permission.RECORD_AUDIO:
    Allows an application to record audio.
  • android.permission.REORDER_TASKS:
    Allows an application to change the Z-order of tasks.
  • android.permission.REQUEST_DELETE_PACKAGES:
    Allows an application to request deleting packages.
  • android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS:
    Permission an application must hold in order to use Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.
  • android.permission.REQUEST_INSTALL_PACKAGES:
    Allows an application to request installing packages.
  • android.permission.RESTART_PACKAGES:
    This constant was deprecated in API level 15. The ActivityManager.restartPackage(String) API is no longer supported.
  • android.permission.SCHEDULE_EXACT_ALARM:
    Allows applications to use exact alarm APIs.
  • android.permission.SEND_SMS:
    Allows an application to send SMS messages.
  • android.permission.SET_TIME_ZONE:
    Allows applications to set the system time zone directly.
  • android.permission.SET_WALLPAPER:
    Allows applications to set the wallpaper.
  • android.permission.SET_WALLPAPER_HINTS:
    Allows applications to set the wallpaper hints.
  • 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.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_CONTACTS:
    Allows an application to write the user's contacts data.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.
  • android.permission.WRITE_SECURE_SETTINGS:
    Allows an application to read or write the secure system settings.
  • android.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • android.permission.WRITE_SYNC_SETTINGS:
    Allows applications to write the sync settings.
  • com.android.launcher.permission.INSTALL_SHORTCUT:
    Allows an application to install a shortcut in Launcher.
  • com.android.vending.BILLING:
  • com.asus.msa.SupplementaryDID.ACCESS:
  • com.google.android.c2dm.permission.RECEIVE:
  • com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE:
  • com.google.android.gms.permission.ACTIVITY_RECOGNITION:
    Allows an application to recognize physical activity.
  • com.google.android.gms.permission.AD_ID:
  • com.google.android.providers.gsf.permission.READ_GSERVICES:
  • com.motorolasolutions.emdk.mxframework.ACCESS_MX_MANAGEMENT_FRAMEWORK_SERVICE:
  • com.samsung.android.knox.permission.KNOX_APP_MGMT:
  • com.samsung.android.knox.permission.KNOX_BLUETOOTH:
  • com.samsung.android.knox.permission.KNOX_CUSTOM_SETTING:
  • com.samsung.android.knox.permission.KNOX_CUSTOM_SYSTEM:
  • com.samsung.android.knox.permission.KNOX_ENTERPRISE_DEVICE_ADMIN:
  • com.samsung.android.knox.permission.KNOX_HW_CONTROL:
  • com.samsung.android.knox.permission.KNOX_INVENTORY:
  • com.samsung.android.knox.permission.KNOX_KIOSK_MODE:
  • com.samsung.android.knox.permission.KNOX_MULTI_USER_MGMT:
  • com.samsung.android.knox.permission.KNOX_RESTRICTION_MGMT:
  • com.samsung.android.knox.permission.KNOX_SECURITY:
  • com.samsung.android.knox.permission.KNOX_WIFI:
  • com.sand.airdroid.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION:
  • com.sand.airsos.addon.permission:
  • com.sand.airsos.addon.permission.debug:
  • com.sonymobile.permission.ENTERPRISE_API:
  • com.symbol.mxmf.ACCESS_MX_MANAGEMENT_FRAMEWORK_SERVICE:
  • freemme.permission.msa: