java.lang.RuntimeException: Unable to resume activity {life.gwl.sipdemo/life.gwl.sipdemo.WalkieTalkieActivity}: java.lang.SecurityException: open3: Neither user 10060 nor current process has android.permission.USE_SIP.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
You need the permission android.permission.READ_EXTERNAL_STORAGE. Write <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> on the Android Manifest
- Expert tip
MANAGE_USERS has a protection level of signature|system, so your application must be signed with the platform key. Take a look on this https://goo.gl/nXsTvH for more information about it.
Solutions on the web
via Stack Overflow by Riddhi K
, 1 year agovia Stack Overflow by Hudhud
, 11 months agovia Stack Overflow by user1590595
, 10 months agojava.lang.SecurityException: open3: Neither user 10060 nor current process has android.permission.USE_SIP.
at android.os.Parcel.readException(Parcel.java:1599)
at android.os.Parcel.readException(Parcel.java:1552)
at android.net.sip.ISipService$Stub$Proxy.open3(ISipService.java:241)
at android.net.sip.SipManager.open(SipManager.java:234)
at life.gwl.sipdemo.WalkieTalkieActivity.initializeLocalProfile(WalkieTalkieActivity.java:170)
at life.gwl.sipdemo.WalkieTalkieActivity.initializeManager(WalkieTalkieActivity.java:136)
at life.gwl.sipdemo.WalkieTalkieActivity.onStart(WalkieTalkieActivity.java:105)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1237)
at android.app.Activity.performStart(Activity.java:6253)
at android.app.Activity.performRestart(Activity.java:6299)
at android.app.Activity.performResume(Activity.java:6304)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3092)