安卓中出现过的一些容易被忽略的异常整理
1.在外部开启activity时需要新开一个task,从service里开启activity时出现了这个异常。 W/System.err: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? W/System.err: at android.app.ContextImpl.startActivity(Co
暂无评论