SipManager.newInstance returns null
I implement simple SIP client app for receiving calls. I go through official manual and get code from it. I noticed that SipManager.newInstance(getApplicationContext()); returns null. Documentation says that it happens when SIP API is not supported by device. However I use LG G6 with Android 7.0 and I successfully test third-party SIP clients from Google Play. So I doubt that API is not supported really. How could I check that? My manifest has all permissions ( INTERNET and USE_SIP ) Permission for USE_SIP is granted by user The Problem is that Android SDK is not supported over all the devices