1. 添加打开分享框的scheme
2. 改变分享框显示触发实现方式,改用IProvider实现
This commit is contained in:
@@ -170,6 +170,7 @@ public class MogoServicePaths {
|
||||
/**
|
||||
* 顶部1/2屏管理
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String PATH_EXTENSIONS_TOP_VIEW_MANAGER = "/topview/api";
|
||||
|
||||
/**
|
||||
@@ -177,4 +178,10 @@ public class MogoServicePaths {
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String PATH_MARKER_SERVICE = "/mogomarker/api";
|
||||
|
||||
/**
|
||||
* 其他模块调用分享框
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String PATH_SHARE = "/extensions/share";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user