Binder cannot bind Context.SIP_SERVICE - SIP Client not working on Nougat

狂风中的少年 提交于 2019-12-11 04:24:49

问题


I've implemented SIP feature in my app. I am currently working on Galaxy Tab SM-T580 with Nougat. Problem started at the moment when I've decided to upgrade Android (from 6.0 to mentioned 7.0) - then my SIP client stopped working.

When I try to open my sipManager implementation with open(sipProfile, pi, null) method

android.net.sip.SipException: SipService is dead and is restarting...
    at android.net.sip.SipManager.checkSipServiceConnection(SipManager.java:183)

is thrown.

Debugging code I can see that SipManager from android.net.sip doesn't bind Context.SIP_SERVICE service (SipManager:175). Code and configs I am using are copy paste from Android Docs - Android Sip Guide

来源:https://stackoverflow.com/questions/51821480/binder-cannot-bind-context-sip-service-sip-client-not-working-on-nougat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!