How to send notification every x minutes and not send when used set sleep schedule
How to send notification every x minutes and not send when used set sleep schedule
i am create reminder app send notification every 15,30 min what user select
here is my code
Alarm
in my alarm reciver class i am check is current time is not sleep time show notification
what is best way to achive this type of reminder app
class AlarmReceiver : BroadcastReceiver() {
private lateinit var notificationManager: NotificationManager
private lateinit var notificationChannel: NotificationChannel...