Need details of calls to the same person

Hi,

Cannot see or access the details of calls recently made 2 times to the same person. I can see the time to the last call but the details like the time between the calls is not accessible…
a long click does not show any option for more details (copy number/Edit number before call/Block number/Delete)

any idea where to find it…

It’s quite important… is it recorded somewhere and I could get it with another app?

Thanks in advance for your help

using this android dialer version: Version 23.0 com.android.dialer

on Fairphone 4 Android 14 /e/ OS version 3.0.4-a14-20250708507308-official-FP4

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

the call history is more extensive than what the Dialer shows.

On F-Droid there is “Logger”, but it weirdly doesn’t make it easy to browse by contact through the UI - you have to copy paste the number manually into a filter.

Then adb can query the database

adb shell content query --uri content://call_log/calls --projection _id:number:date:duration
2 Likes

Thanks so much, it works and I could get the info I needed.
Indeed, thanks! :wink::+1: