I am doing one application in android for that I need to access com.android.internal.telephony APIs. Now I am able to access those APIs but problem is wherever I call the
The method getEarliestConnection() makes a call to getConnections() which returns null.
getEarliestConnection()
getConnections()
null
Since getConnections() is abstract in Call check the method you've provided in MyCall.
Call
MyCall