[Update]去除浮窗权限申请

[Fix]修复请求接口yycp-carDataService--》yycp-dataService

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-19 16:55:12 +08:00
parent c5d5863aec
commit e168a65f63
5 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
package com.mogo.eagle.core.function.main;
import static com.mogo.commons.debug.DebugConfig.CAR_MACHINE_TYPE_SELF_INNOVATE;
import android.content.Context;
import android.content.Intent;
import android.os.Process;
@@ -262,7 +264,7 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
// 初始化 bugly 日志采集
MogoModulePaths.addBaseModule(new MogoModule(CrashReportConstants.PATH, CrashReportConstants.NAME));
if (DebugConfig.isLauncher()) {
if (DebugConfig.isLauncher()&&DebugConfig.getCarMachineType() == CAR_MACHINE_TYPE_SELF_INNOVATE) {
MogoModulePaths.addModule(new MogoModule(MogoServicePaths.PATH_BACK, MogoServicePaths.PATH_BACK));
}