alarmmanager tag

3 questions


1 answers
94 views
0
The AlarmService is functioning properly. However, there is a problem.

The AlarmService is functioning properly. However, there is a problem.PendingIntent sender = PendingIntent.getBroadcast(LoginActivity.this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);AlarmManager ...


1 answers
74 views
0
Creating Multiple Alarms Using AlarmManager Alarms

Hi, everyone.I'm creating an alarm on Android using AlarmManager and PengingIntent.The alarm goes off three times every morning, lunch, and dinnerThe alarm is not working properly. The alarm may sound...


1 answers
106 views
0
Android AlarmManager app doesn't work when killed.

As the title says, when the app starts, alarmManager.setExactAndAllowWhileIdle(AlarmManager.RTC_WAKEUP,calendar.getTimeInMillis(), pendingIntent);If you register the alarm and the app is alive in the...

2 years ago

© 2024 OneMinuteCode. All rights reserved.