1. 修改导航组件功能:实现按需加载
2. 1.1.3 需求研发:导航悬浮按钮、桌面卡片播报策略。
This commit is contained in:
@@ -42,11 +42,11 @@ class MogoMainService extends Service implements IMogoLocationListener {
|
||||
Logger.d(TAG, "基本服务启动");
|
||||
mServiceApis = (IMogoServiceApis) ARouter.getInstance().build(MogoServicePaths.PATH_SERVICE_APIS).navigation();
|
||||
initAndStartLocation();
|
||||
initGpsSimulatorListener();
|
||||
UiThreadHandler.postDelayed(() -> {
|
||||
loadBaseModules();
|
||||
startTanluService();
|
||||
initADAS();
|
||||
initGpsSimulatorListener();
|
||||
}, 2_000L
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user