Aseem Dua
Aseem Dua

Reputation: 143

Can the call log be closed programatically-android

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 ?

Upvotes: 0

Views: 281

Answers (1)

swiftBoy
swiftBoy

Reputation: 35783

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

using PhoneCallListener

see my answer is here

Upvotes: 2

Related Questions