startActivity時報錯Calling startActivity() from outside of an Activity context requires the FLAG_ACTIV

原代碼: Intent intent = new Intent(); intent.setClass(mContext, PhotoView.class); Bundle bundle = new Bundle(); intent.putExtras(bundle); mContext.startActivity(intent); 所報錯誤: E/AndroidRuntime(7397): an
相關文章
相關標籤/搜索