• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Problem with android.permission.READ_CALL_LOG in Android 8.x

HI Guys,

I have implemented the code for recent calls log list and it is working fine till 7.x and unfortunately, the same thing is not working in Android 8 and above.
I have checked the same and found the below exception

java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.CallLogProvider from ProcessRecord{8d717da 16614:com.batooniapp/u0a1313} (pid=16614, uid=11313) requires android.permission.READ_CALL_LOG or android.permission.WRITE_CALL_LOG


But I have defined this permission in the manifeast.xml file but still getting the same issue.

If anyone can provide updates on this and please let me know.


Thanks in Adv :)
 
Back
Top Bottom