为所有页面添加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

@ -8,8 +8,6 @@ import android.text.TextUtils;
import com.gh.base.BaseActivity;
import com.gh.common.util.EntranceUtils;
import com.gh.common.util.PlatformUtils;
import com.gh.gamecenter.ask.AnswerDetailFragment;
import com.gh.gamecenter.ask.questionsdetail.QuestionsDetailFragment;
import com.lightgame.config.CommonDebug;
import com.lightgame.utils.Utils;
@ -99,12 +97,12 @@ public class SkipActivity extends BaseActivity {
bundle.putString(KEY_PACKAGENAME, uri.getQueryParameter(KEY_PACKAGENAME));
break;
case HOST_ANSWER:
bundle.putString(KEY_TO, AnswerDetailFragment.TAG);
bundle.putString(KEY_TO, AnswerDetailActivity.TAG);
bundle.putString(KEY_ANSWER_ID, id);
bundle.putString(KEY_PACKAGENAME, uri.getQueryParameter(KEY_PACKAGENAME));
break;
case HOST_QUESTION:
bundle.putString(KEY_TO, QuestionsDetailFragment.TAG);
bundle.putString(KEY_TO, QuestionsDetailActivity.TAG);
bundle.putString(KEY_QUESTIONS_ID, id);
break;