最近做程序时,有一个类似闹钟的功能,用notification唤醒程序后,希望能得到发出这个notification时的具体时间,就是notification右边写着的那个时间。查了notification相关的知识,没有发现能用的函数。后来突然想到了,可以在创建notificatoin的pendingIntent时,把具体的date 放到intent的extra 中,当activity启动后,就可以通过intent获得对应的date对象了!
相关文章
- 08-13Android中控制Dialog呈现的时间
- 08-13android-PhoneGap框架中navigator.notification.confirm中的按钮顺序
- 08-13如何在Android中获取MP3文件的持续时间
- 08-13android – 尝试使用opencv从图像中检测蓝色,并获得意想不到的结果
- 08-13如何在Android中获得持久的udid?
- 08-13Android:获得每项活动花费的时间
- 08-13浅谈Android系统进程间通信(IPC)机制Binder中的Server和Client获得Service Manager接口之路
- 08-13Android中的通知—Notification 自定义通知
- 08-13Android 中获得notification的发出时间
- 08-13java – ISO 8601 Android中的字符串到日期/时间对象