You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using alarms we needed a BOOT_COMPLETEDBroadcastReceiver to reset the alarm when the device starts up. I have a feeling we may need something similar when setting the background .requestLocationUpdates()PendingIntent.
If this is the case then we won't get notifications if the device is rebooted and the Magnet app not manually launched. After the Magnet app is launched then the background scanning should be in place.
This needs clarifying and implementing if need be.
The text was updated successfully, but these errors were encountered:
wilsonpage
changed the title
Check BOOT_COMPLETED recieved might be required
Check BOOT_COMPLETED receiver might be required
Oct 21, 2016
wilsonpage
changed the title
Check BOOT_COMPLETED receiver might be requiredBOOT_COMPLETED receiver might be required
Oct 21, 2016
When using alarms we needed a
BOOT_COMPLETED
BroadcastReceiver
to reset the alarm when the device starts up. I have a feeling we may need something similar when setting the background.requestLocationUpdates()
PendingIntent
.If this is the case then we won't get notifications if the device is rebooted and the Magnet app not manually launched. After the Magnet app is launched then the background scanning should be in place.
This needs clarifying and implementing if need be.
The text was updated successfully, but these errors were encountered: