Android应用链接助手,避免重新启动应用
我正在尝试使用应用程序链接助手来测试我的应用程序中的可浏览意图,如官方文档中所述(https://developer.android.com/studio/write/app-link-indexing) :
这是一个问题,因为我想在应用程序已经打开但在后台时测试应用程序(用户按下主页按钮或启动浏览器然后返回应用程序后)
是否有如何避免这种情况?或者我应该使用终端来启动意图?
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) :
The problem, is that whenever I test the App link, the app is always relaunched:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论