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.

Call Recorder on Google Play

In new versions (Call Recorder Free 2.9 and Call Recorder Pro 2.3) has been added contact photo instead of checkbox. To be able to select the recordings – just tap on contact photo. Next, new panel has been added as shown on the picture below. To be able to show or hide it – tap on call recorder icon
in the top left corner. And finally there is new feature –  select All recordings available from menu when at least one recording selected.

device5device1