为所有页面添加Activity(为了接入MTA页面访问统计)
This commit is contained in:
16
app/src/main/java/com/gh/gamecenter/InfoActivity.java
Normal file
16
app/src/main/java/com/gh/gamecenter/InfoActivity.java
Normal file
@ -0,0 +1,16 @@
|
||||
package com.gh.gamecenter;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
|
||||
import com.gh.gamecenter.info.InfoWrapperFragment;
|
||||
|
||||
/**
|
||||
* Created by khy on 10/04/18.
|
||||
*/
|
||||
|
||||
public class InfoActivity extends NormalActivity {
|
||||
public static Intent getIntent(Context context) {
|
||||
return getTargetIntent(context, InfoActivity.class, InfoWrapperFragment.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user