标记已玩过弹窗

This commit is contained in:
张玉久
2019-11-08 18:21:23 +08:00
parent 90899e7d1f
commit 6f012dc459
17 changed files with 363 additions and 65 deletions

View File

@ -99,6 +99,13 @@ public class WebActivity extends NormalActivity {
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
}
public static Intent getBadgeCenterIntent(Context context){
Bundle bundle = new Bundle();
bundle.putString(EntranceUtils.KEY_URL, "https://www.baidu.com");
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
}
@NonNull
public static Intent getIntentByNews(Context context, ConcernEntity concernEntity, String entrance) {
Bundle bundle = new Bundle();