曝光添加 Gid
This commit is contained in:
@ -32,6 +32,7 @@ import com.gh.gamecenter.manager.FilterManager;
|
||||
import com.gh.gamecenter.user.UserRepository;
|
||||
import com.gh.gid.GidCallback;
|
||||
import com.gh.gid.GidHelper;
|
||||
import com.halo.assistant.HaloApp;
|
||||
import com.lightgame.download.DownloadEntity;
|
||||
import com.lightgame.download.FileUtils;
|
||||
import com.lightgame.utils.AppManager;
|
||||
@ -186,6 +187,8 @@ public class SplashScreenActivity extends BaseActivity {
|
||||
Utils.log("Gid", s);
|
||||
Utils.toast(SplashScreenActivity.this, "光环ID -> " + s);
|
||||
mSharedPreferences.edit().putString(Constants.DEVICE_KEY, s).apply();
|
||||
|
||||
HaloApp.getInstance().setGid(s);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user