Throwing null pointer exception

前端 未结 6 1647
别那么骄傲
别那么骄傲 2021-01-28 00:29

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

6条回答
  •  感动是毒
    2021-01-28 00:52

    The method getEarliestConnection() makes a call to getConnections() which returns null.

    Since getConnections() is abstract in Call check the method you've provided in MyCall.

提交回复
热议问题