[Solved] Crash : requires android.permission.READ_CALL_LOG or android.permission.WRITE_CALL_LOG On some devices


Issue was that if user already has an app without
<uses-permission android:name="android.permission.READ_CALL_LOG"></uses-permission>
<uses-permission android:name="android.permission.WRITE_CALL_LOG"></uses-permission>

in manifest and gives call permission or phone permission , after update if these are added in update call/phone permission is still their but call log permission is not so you need to ask again.
Fresh install was working fine for me

1

solved Crash : requires android.permission.READ_CALL_LOG or android.permission.WRITE_CALL_LOG On some devices