1

I have jobscheduler that sends notification trigged by starting alarm and get canceled by an ending alarm, I have question, if i remove application from recent app or i reboot phone will alarm will trigged on specified time? and what happens to job scheduler

Thanks in advance!

blackHawk
  • 6,047
  • 13
  • 57
  • 100

1 Answers1

1

Yes, it will be triggered. Alarm manager are system based not app base as long as you have that app installed in your device (and obviously alarm is set) alarm will be triggered on that specific time.

Abdul Waheed
  • 4,540
  • 6
  • 35
  • 58