gpt4 book ai didi

java - 查看AlarmManager中现有PendingIntent的时间

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:44:40 24 4
gpt4 key购买 nike

是否可以查询 Android AlarmManager 以获取给定 PendingIntent 的下一次闹钟时间?我知道我可以使用 .cancel(PendingIntent) 函数取消一个,我可以使用 .set() 更新一个,但是是否可以“查询”一个?我用这样的东西来查看是否已经安排好了:

    PendingIntent sender = PendingIntent.getBroadcast(context, 0, intent, PendingIntent.FLAG_NO_CREATE);

如果 sender == null,则已经安排了一个。我真的很想知道“什么时候?”如果可能的话。

我知道我可以在设置它时将它保存在数据库或其他位置,但我真的很想查询“官方来源”以确保。可能吗?

最佳答案

Is it possible to query the Android AlarmManager for the time of the next alarm for a given PendingIntent?

不幸的是,没有。 “AlarmManager”是一个只写接口(interface)。

关于java - 查看AlarmManager中现有PendingIntent的时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9137615/

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