CallRecorder icon indicating copy to clipboard operation
CallRecorder copied to clipboard

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

Open toofan0909 opened this issue 7 years ago • 6 comments

Hello,

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

toofan0909 avatar Mar 17 '18 21:03 toofan0909

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

anandinmaddy avatar Mar 19 '18 18:03 anandinmaddy

not works for me note8 8.0

developer-- avatar Mar 29 '18 11:03 developer--

not working normal in android O

tabs avatar Apr 14 '18 15:04 tabs

may by receiver bug

tabs avatar Apr 14 '18 15:04 tabs

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);

tabs avatar Apr 15 '18 03:04 tabs

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.

darkengine avatar Aug 03 '18 01:08 darkengine