Edited, problem solved. I had been unable to trigg...
# android
s
Edited, problem solved. I had been unable to trigger a power connect or disconnect broadcast receiver on the emulated device and tried for hours to figure out what was wrong with the code... there was nothing wrong with my code. I had a TOAST in the receiver class that never fired in the emulator but I decided to try it on a live device. It worked perfectly. Apparently the emulator doesn't do so well with emulating power connect or disconnect.