gpt4 book ai didi

android - 从 Intent 获取包名

转载 作者:行者123 更新时间:2023-12-05 00:12:51 24 4
gpt4 key购买 nike

我正在尝试获取默认 android 时钟(股票时钟)的包名称。

这是我用来打开股票时钟的 Intent 。

Intent i = new Intent(AlarmClock.ACTION_SHOW_ALARMS);

我试过了

i.getPackage();

但这会返回 null。有没有办法在任何手机中获取android中默认时钟的包名称?

最佳答案

But this returns null

那是因为你没有在Intent中设置包名.

Is there a way to get the package name of the default clock in android, in any phone?

不是真的,因为在 Android 中没有“默认时钟”的概念。

但是,您可以使用 PackageManagerqueryIntentActivities()查看哪些 Activity 会响应 Intent你 build 的。

关于android - 从 Intent 获取包名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32523861/

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