gpt4 book ai didi

android - 如何像提醒一样显示通知?

转载 作者:行者123 更新时间:2023-11-29 22:24:15 25 4
gpt4 key购买 nike

我已经实现了示例应用程序来获取通知。我想在用户输入时间和系统时间相等时显示通知,然后通知应该出现并且也会出现在暂停时提醒。这里我使用了数字时钟,我可以看到它正在运行的数字时钟时间。当用户时间和系统时间相同时,通知不会显示。

我写的代码如下

             //This is for get the system time
DateFormat df = DateFormat.getTimeInstance();
systime = df.format(new Date());// system time formate is :HH:MM:SS

//thi is for user entered data

usertime="HH:MM:SS";

if(systime.equals(usertime))
{
notify(); //calling notify method to get the notification
}

当用户时间和系统时间相等时,它不显示任何通知,如提醒。

我怎样才能像提醒通知一样显示系统时间和用户时间相同的通知?

请任何人帮助我

提前致谢

最佳答案

您可能应该使用 AlarmManager 来安排通知。

关于android - 如何像提醒一样显示通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6381528/

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