[Fix]处理ARouter问题

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-12-30 15:27:54 +08:00
parent 6e35f018f3
commit fc7003fc25
4 changed files with 20 additions and 98 deletions

View File

@@ -12,11 +12,6 @@ import com.mogo.map.uicontroller.EnumMapUI;
*/
public interface IMogoADASController extends IProvider {
/**
* 打开adas
*/
@Deprecated
void openADAS();
/**
* 隐藏adas
@@ -117,8 +112,6 @@ public interface IMogoADASController extends IProvider {
*/
int getAutopilotStatus();
void mockOchStatus(int state, String reason);
/**
* 获取车身的定位纬度
*