gpt4 book ai didi

android - 使用 url 启动我的应用程序时如何获取参数?

转载 作者:行者123 更新时间:2023-12-04 14:12:09 24 4
gpt4 key购买 nike

我在 Manifest 中添加了一个过滤器以使浏览器能够启动我的应用程序,就像这样


            <category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="test"
android:scheme="myapp" />
</intent-filter>

但我得到了带有参数的重定向地址:“myapp://test?param1=123&param2=456”

如何打开我的应用程序并获取这些参数?

最佳答案

我们在 Activity 的 onCreate 方法中将参数作为附加项。
要访问它,请使用:

getIntent().getExtras().getString("param1");

关于android - 使用 url 启动我的应用程序时如何获取参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36129511/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com