I am not able to detect when an outgoing call has been answered.
I have registered BroadcastReceiver for PHONE_STATE
broadcast, onReceive()
method gets called only when a number is dialed/ended but when a call was attended, there was no response.
So any possible way to detect attended outgoing call?
Asked
Active
Viewed 31 times
0

AATHITH RAJENDRAN
- 4,689
- 8
- 34
- 58

Yuvi
- 1
- 2
-
1Check this https://stackoverflow.com/a/9685332/1878148 – Narendra Mar 15 '19 at 06:00
-
Please search the stackoverflow before posting the question. If the above link doesn't answer your question adequately, then do mention the specifics. Thanks. – Binary Baba Mar 16 '19 at 04:41