I read this article but I want to do something only when I receive a missed call. I see that the article works in missed and rejected call. If the state was rinning and the new is idle I know that of that way I can detect missed call but it's activate if the call is rejected. How can I detect ONLY MISSED CALL and IGNORE REJECTED CALL?
Asked
Active
Viewed 87 times
0
-
I am just exploring TelecomManager which have endCall() method can it possible to customize that class. – DeePanShu Jan 29 '21 at 07:39
-
Can you explain better? What do you suggested? – mojojojo Jan 30 '21 at 01:06
-
Is there is any way to extend TelecomManager class and override endCall() method of that class for current incoming call. – DeePanShu Jan 30 '21 at 14:33