aykuttasil / CallRecorder

Android Phone Call Recorder
MIT License
757 stars 239 forks source link

oreo 8, have you checked if this is working on oreo ? #17

Open toofan0909 opened 6 years ago

toofan0909 commented 6 years ago

Hello,

could u please confirm that it is not working on google oreo 8.

anandinmaddy commented 6 years ago

@toofan0909 its working fine in oreo. tested in oneplus 5T

developer-- commented 6 years ago

not works for me note8 8.0

tabs commented 6 years ago

not working normal in android O

tabs commented 6 years ago

may by receiver bug

tabs commented 6 years ago

OK it works! you shuold request permisstions like this: ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.PROCESS_OUTGOING_CALLS, Manifest.permission.READ_PHONE_STATE }, 321);

darkengine commented 6 years ago

Works with Google Pixel XL (Android 8.1), but the volume from other side is quite low. As @tabs said, you have to handle permissions by yourself.