python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CallLog.Calls.CACHED_LOOKUP_URI not working on Xiaomi/MIUI devices
I need to get the contact URI given the Call Log in order to be able to open the native "Contacts" app to show the info of the Contact that made a call, if any. In order to do this, CallLog....
6uzm4n
Votes: 0
Answers: 0
How to access CALL LOG Permission Android 11 (API 30)?
I need to acces Android (API 30) CALL LOG, from my app, I have this method below, but throws the exception, requires the permisson : android.permission.READ_CALL_LOG or android.permission.WRITE_CALL_L...
inec
Votes: 0
Answers: 1
App does not display the call log after allowing android.permission.READ_CALL_LOG once
// READ_CALL_LOG permission works only once after first installation of the app. when I install it again from android studio the permission does not appear and the app does not read the call logs. Thi...
Elegante Blink
Votes: 0
Answers: 1
permission to READ_CALL_LOG is not working in react-native expo
why can't get the permission to READ_CALL_LOG in react-native expo with this code?
is possible to access call log in expo?
const CallLogFunc = async () => {
try {
const granted = await Permis...
Asid
Votes: 0
Answers: 2