天天看點

fragment啟動activity方法

Intent intent = new Intent(mContext,WechatRecoderActivity.class);      

mContext.startActivity(intent);

繼續閱讀