[Upgrade module]针对Fragment 增加getTagName ,后续涉及到的Fragment进行重构加载方式
Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
package com.mogo.eagle.core.data.constants;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
/**
|
||||
* 有关UI的路径
|
||||
*/
|
||||
@Keep
|
||||
public class MoGoFragmentPaths {
|
||||
|
||||
/**
|
||||
* 高精地图Fragment
|
||||
*/
|
||||
@Keep
|
||||
@Deprecated
|
||||
public static final String PATH_FRAGMENT_MAP = "/hd_map_ui/";
|
||||
|
||||
/**
|
||||
* HMI 业务相关的
|
||||
*/
|
||||
@Keep
|
||||
@Deprecated
|
||||
public static final String PATH_FRAGMENT_HMI = "/hmi_ui/";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user