为所有页面添加Activity(为了接入MTA页面访问统计)

This commit is contained in:
kehaoyuan
2018-04-10 20:50:19 +08:00
parent f0c952848a
commit 64f2c83894
58 changed files with 603 additions and 479 deletions

View File

@ -19,7 +19,7 @@ public class MessageActivity extends NormalActivity {
// .setFragment(MessageCenterFragment.class).build();
Bundle bundle = new Bundle();
bundle.putString(EntranceUtils.KEY_ENTRANCE, entrance);
return getIntent(context, MessageFragment.class, bundle);
return getTargetIntent(context, MessageActivity.class, MessageFragment.class, bundle);
}
}