schedule_exact_alarm

  1. Alexander Stolte

    B4i Library AS Alarm - Alarm clock or keep app active in the background

    I needed a way to play a sound at a certain time even though the app is in the background. The problem is that the app is paused as soon as it goes into the background, you can delay this by 30 seconds, but if you take longer, the app is stopped and no more code is executed. Now I have found a...
  2. A

    Android Question Start receiver at exact time / Why my code is not working ?

    Hello All, I'm stuck since few days to receive an Intent if the app was closed before by user. I start with @Erel post to understand "Start receiver at exact time" and I add notification with NB6 library example. On my code: - first page is to get Notification permission from user - then on...
Top