posted 8 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
//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.....
posted 7 months ago
Pramod P Deore wrote: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.....

Oh. Hi guys! Look at this tiny ad:
Thread Boost - a very different sort of advertising
https://coderanch.com/t/674455/Thread-Boost-feature
|