0

My app makes multiple calls programatically but to do that it needs to override / hide/ close the call log that is displayed at the end of one call. Is this possible? Can it be made to work using PhoneStateListener() type of functionalities ?

Aseem Dua
  • 143
  • 2
  • 12

1 Answers1

2

make a phone call in android and come back to Base activity when the call is ended

using PhoneCallListener

see my answer is here

Community
  • 1
  • 1
swiftBoy
  • 35,607
  • 26
  • 136
  • 135