nic-delhi / AarogyaSetu_Android

Aarogya Setu Android app native code
https://www.aarogyasetu.gov.in/
Other
2.89k stars 1.9k forks source link

Add Intent Action Check to Boot Reciever to Support the service from … #453

Open er-abhishek-luthra opened 4 years ago

er-abhishek-luthra commented 4 years ago

Add Intent Action Check to Boot Reciever to Support the service from being started on reboot and restart.

- Intent android.intent.action.BOOT_COMPLETED is received after a "cold" boot.

- Intent android.intent.action.QUICKBOOT_POWERON is received after a "restart" or a "reboot".