Android应用链接助手,避免重新启动应用

发布于 2025-01-16 21:27:35 字数 805 浏览 0 评论 0原文

我正在尝试使用应用程序链接助手来测试我的应用程序中的可浏览意图,如官方文档中所述(https://developer.android.com/studio/write/app-link-indexing) :

app links Assistant

问题是,每当我测试应用程序链接,应用程序始终重新启动输入图片这里的描述

这是一个问题,因为我想在应用程序已经打开但在后台时测试应用程序(用户按下主页按钮或启动浏览器然后返回应用程序后)

是否有如何避免这种情况?或者我应该使用终端来启动意图?

adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d 'schema:host' -a android.intent .action.VIEW

I am trying the App Links Assistant to test the browsable intents in my app as described in official doc (https://developer.android.com/studio/write/app-link-indexing) :

app links assistant

The problem, is that whenever I test the App link, the app is always relaunched:
enter image description here

This is a problem because I want to test the app when it is already opened but in backgrounnd (after user presses home button or launches a browser than then returns to the app)

Is there a way to avoid this? or should I instead use the terminal to launch the intent?

adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d ‘schema:host' -a android.intent.action.VIEW

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文