Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- E/AndroidRuntime( 9964): FATAL EXCEPTION: main
- E/AndroidRuntime( 9964): Process: com.android.systemui, PID: 9964
- E/AndroidRuntime( 9964): android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
- E/AndroidRuntime( 9964): at android.app.ContextImpl.startActivity(ContextImpl.java:1034)
- E/AndroidRuntime( 9964): at android.app.ContextImpl.startActivity(ContextImpl.java:1021)
- E/AndroidRuntime( 9964): at android.content.ContextWrapper.startActivity(ContextWrapper.java:311)
- E/AndroidRuntime( 9964): at com.android.systemui.statusbar.BaseStatusBar$8.run(BaseStatusBar.java:742)
- E/AndroidRuntime( 9964): at android.os.Handler.handleCallback(Handler.java:733)
- E/AndroidRuntime( 9964): at android.os.Handler.dispatchMessage(Handler.java:95)
- E/AndroidRuntime( 9964): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 9964): at android.app.ActivityThread.main(ActivityThread.java:5024)
- E/AndroidRuntime( 9964): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 9964): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 9964): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
- E/AndroidRuntime( 9964): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
- E/AndroidRuntime( 9964): at dalvik.system.NativeStart.main(Native Method)
Advertisement
Add Comment
Please, Sign In to add comment