Automatic Video Call Recorder

Download: Automatic Video Call Recorder APK

  • Latest Version
Application ID com.bhaktidhamatma.whatsvideocallrecorder
Downloads 11.52K
Upload by Bhaktidharmatmajaay
Rating 4.2/194+
Content rating Everyone
Requires android 5.0 and up
Updated on Feb 16, 2022

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS:
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.MANAGE_OVERLAY_PERMISSION:
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • 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.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_EXTERNAL_STORAGE:
    Allows an application to write to external storage.