posted 15 years ago
Hello everybody, In my application I want to send sms, but the application must have to run in the background. It send the sms but it is not run in the background. I have following code.
//Background.java
My Service class look like this
//MyService.java
//AndroidManifest.xml
But when I run it It is not running in the background.
Thanks
Life is easy because we write the source code.....