java.lang.RuntimeException: Unable to start receiver com.lenddo.data.receiver.ConnectivityChanged: java.lang.SecurityException: get application info: Neither user 1110118 nor current process has android.permission.INTERACT_ACROSS_USERS.
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
Try loading the text file into a WebView, then printing the contents of the WebView.
Solutions on the web
via GitHub by felixeduardo15
, 1 year agovia GitHub by Mathbl
, 2 years agovia GitHub by nemanjanedic
, 7 months agovia GitHub by nemanjanedic
, 8 months agovia Stack Overflow by halfBlue3
, 2 years agovia GitHub by Spielmops
, 2 years agojava.lang.RuntimeException: Unable to start receiver com.lenddo.data.receiver.ConnectivityChanged: java.lang.SecurityException: get application info: Neither user 1110118 nor current process has android.permission.INTERACT_ACROSS_USERS.
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2844)
at android.app.ActivityThread.access$1700(ActivityThread.java:178)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1547)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:204)
at android.app.ActivityThread.main(ActivityThread.java:5643)
at java.lang.reflect.Method.invoke(Method.java)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:960)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)