Hi. How to turn of callnotifservice? because this crashed my app
I can use my own notification.
Fatal Exception: java.lang.RuntimeException: Unable to start service com.siprix.voip_sdk.CallNotifService@13e4c27 with null: java.lang.NullPointerException: Parameter specified as non-null is null: method com.siprix.voip_sdk.CallNotifService.onStartCommand, parameter intent
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4825)
at android.app.ActivityThread.access$2100(ActivityThread.java:254)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2222)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:344)
at android.app.ActivityThread.main(ActivityThread.java:8212)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
Hi. How to turn of callnotifservice? because this crashed my app
I can use my own notification.