Hi,
Previously, I accidentally posted this question in the WebUI section. I would like to develop a program that detects when a voltage signal is given to the phone (i.e the plugging in of the wall charger) and be able to send a text message to a pre-programmed number. So it would be like:
If (wall charger plugged in)
then
send text message to xxx-xxx-xxx;
I would like to know if in the Linux Library (or even perhaps the Java Library) is there a class already created that detects this votlage signal so that i could develop a program that consantly runs in the background that will send out a text message when this condition is true? Thank you.