Call Recorder: updated with support of new permissions system for Android 6.0

Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. This approach streamlines the app install process, since the user does not need to grant permissions when they install or update the app.

In order to work properly all requested permissions should be granted in application!

Call recorder application uses permissions for following reasons:

  • record audio – uses for recording phone calls;
  • access photos, media and files – uses to be able to save recorded conversations;
  • make and manage phone calls – uses to know when start and stop recording. Application does not do any calls;
  • access your contacts – uses to get recorded contact name and photo from your contact. Contact information stored only on your phone and is not sending anywhere.