Incorrect timestamp on future notifications
问题 When my application is launched, it performs an API call and then schedules notifications based on the results. This amounts to around ~10 notifications being scheduled. There seems to be an issue with the timestamp displayed on the actual notification being incorrect. Since I am creating these notifications and then scheduling an alarm with an AlarmManager , the default time present on the notification will be the time at which the notification is created ( System.currentTimeMillis() ). I've