python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AlarmManager plays only default ringtone
I'm creating an alarm using AlarmManager and PendingIntent. The alarm works and is triggered at the correct time. Unfortunately, it always plays the default ringtone, regardless of what ringtone I hav...
Jan Horčička
Votes: 0
Answers: 0
Does AlarmManager require battery optimization?
I want to use AlarmManager at a specific time. Does AlarmManager require disable battery optimization? If yes how can I get this permission in android lollipop?
Alireza
Votes: 0
Answers: 2
Flutter android_alarm_manager_plus does not work reliably
I want to schedule daily notifications at a specific daytime with the android_alarm_manager_plus and the local_notifications plugins.
However, the notifications come in very irregulary. The delay of t...
Tim
Votes: 0
Answers: 0
Android app run notification if user has not opened app
Im trying to run a notification if a user has not opened an app in say 24 hours to encourage them to open it (Similar to duolingo style). Im using Java and I can set a periodic notification using work...
Joel
Votes: 0
Answers: 1