Android daily repeating notification at specific time of a day using AlarmManager
问题 I need to the Android app to send notification to remind users at 8am, 3pm and 8pm every day. So I use the following three lines in onCreate() of the MainActivity, when the application starts. However, when I run the app, all three notification are coming at once instead of at the wanted time. setRepeatedNotification(1,8,0,0); setRepeatedNotification(2,15,0,0); setRepeatedNotification(3,20,0,0); Why is that? I also attach the setRepeatedNotification function here. Thank you! private void