feat(browser): 支持外部应用调用传入网页地址
- 在 AndroidManifest.xml 为 MainActivity 添加 http/https 的 intent-filter - 设置 singleTask 启动模式以复用 Activity 实例 - BrowserFragment 新增 MSG_OPEN_URL 消息处理外部 URL 跳转 - MainActivity 实现 handleExternalUrl 方法,在 onCreate/onNewIntent 中捕获并加载网页
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed May 06 11:08:36 CST 2026
|
||||
#Wed May 06 11:16:28 CST 2026
|
||||
stageCount=27
|
||||
libraryProject=
|
||||
baseVersion=15.11
|
||||
publishVersion=15.11.26
|
||||
buildCount=16
|
||||
buildCount=18
|
||||
baseBetaVersion=15.11.27
|
||||
|
||||
Reference in New Issue
Block a user