Any way to receive a broadcast before the network goes down
问题 I already have a few receivers running, including one for reboot and entering flight mode. However I'm not always getting the Intent in time for me to do what I need to do, send a quick message to an external server. Even setting the intent filter to priority 1000 doesn't guarantee that I get to transmit before it is too late, though it does help. As stated, it is not that I do not receive my broadcasts, I just get them too late, after the network is already down. Any pointers to where I may