A J
A J

Reputation: 4632

How to marge 3rd call in android

when user making an call if another call came to his phone from a particulate no is should be automatically merged. I already implemented listening a particular no I need to marge it.Is it possible?

Upvotes: 0

Views: 63

Answers (1)

Nizam
Nizam

Reputation: 5731

Unfortunately, not at the moment AFAIK. Call conference is managed by the system and is inaccessible to developers. I think you already used TelephonyManager, but you are only really able to access basic information about the phone.

This may be mainly for security reasons (so people can't "bug" phones with a simple program), and also because telephony is managed on a lower level, within the kernel.

Upvotes: 1

Related Questions