Can someone tell me which are all the types of calls in android in CallLog.Calls.TYPE?
I found this return 1 for Incoming(1), Outgoing(2) and Missed(3), 4 (VoiceMail), 5 (Rejected) and 6 (Refused List).
But i´m calling CallLog.Calls.TYPE and returns me a 10 (?) but i don´t know which type is?
And may be there are more types of calls..
As per the CallLog.Calls.TYPE
documentation, there are 7- incoming, outgoing, missed, voicemail, rejected, blocked and answered externally.
Those types correspond to the following CallLog.Calls
constants:
INCOMING_TYPE
OUTGOING_TYPE
MISSED_TYPE
VOICEMAIL_TYPE
REJECTED_TYPE
BLOCKED_TYPE
ANSWERED_EXTERNALLY_TYPE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With