All-In-One Recorder

Download: All-In-One Recorder APK

  • Latest Version
Application ID in.winmob.AIORecorder
Downloads 163.28K
Upload by Winmob
Rating 3.5/801+
Content rating Everyone
Requires android 7.0 and up
Updated on Dec 22, 2021

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.ACTION_MANAGE_OVERLAY_PERMISSION:
  • android.permission.BIND_ACCESSIBILITY_SERVICE:
    Must be required by an AccessibilityService, to ensure that only the system can bind to it.
  • android.permission.CAMERA:
    Required to be able to access the camera device.
  • android.permission.CAPTURE_AUDIO_OUTPUT:
    Allows an application to capture audio output.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.MODIFY_AUDIO_SETTINGS:
    Allows an application to modify global audio settings.
  • 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.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.RECORD_AUDIO:
    Allows an application to record audio.
  • 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.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.