|
|
@@ -22,7 +22,6 @@ import com.didi.virtualapk.PluginManager;
|
|
|
import com.kfzs.cfyl.share_library.util.ContextHolder;
|
|
|
import com.liulishuo.okdownload.OkDownload;
|
|
|
import com.liulishuo.okdownload.core.dispatcher.DownloadDispatcher;
|
|
|
-import com.sheep.gamegroup.absBase.AbsObserver;
|
|
|
import com.sheep.gamegroup.di.components.DaggerNetComponent;
|
|
|
import com.sheep.gamegroup.di.components.NetComponent;
|
|
|
import com.sheep.gamegroup.di.modules.NetModule;
|
|
|
@@ -30,7 +29,6 @@ import com.sheep.gamegroup.module.login.LoginAct;
|
|
|
import com.sheep.gamegroup.module.skin.util.SkinUtil;
|
|
|
import com.sheep.gamegroup.usage.AppUsageManager;
|
|
|
import com.sheep.gamegroup.util.ActionUtil;
|
|
|
-import com.sheep.gamegroup.util.ApiJSONUtil;
|
|
|
import com.sheep.gamegroup.util.AppUtil;
|
|
|
import com.sheep.gamegroup.util.CertificationUtil;
|
|
|
import com.sheep.gamegroup.util.ChannelContent;
|
|
|
@@ -72,12 +70,8 @@ import com.youmi.android.offer.YmConfig;
|
|
|
import org.xutils.x;
|
|
|
|
|
|
import java.lang.ref.WeakReference;
|
|
|
-import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
import cn.jpush.android.api.JPushInterface;
|
|
|
-import io.reactivex.Observable;
|
|
|
-import io.reactivex.android.schedulers.AndroidSchedulers;
|
|
|
-import io.reactivex.schedulers.Schedulers;
|
|
|
import ren.yale.android.cachewebviewlib.WebViewCacheInterceptor;
|
|
|
import ren.yale.android.cachewebviewlib.WebViewCacheInterceptorInst;
|
|
|
import ren.yale.android.cachewebviewlib.config.CacheExtensionConfig;
|
|
|
@@ -192,7 +186,6 @@ public class SheepApp extends MultiDexApplication {
|
|
|
initUtils();
|
|
|
ChannelContent.getInstance().initChannelContent(this);
|
|
|
refWatcher = LeakCanary.install(this);
|
|
|
- ApiJSONUtil.postUserDeviceLog();
|
|
|
}
|
|
|
}
|
|
|
|