IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Android
 
RSS feed
 
New topic
Author

Application not run in the background

Pramod P Deore
Ranch Hand

Joined: Jul 15, 2008
Messages: 173

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.....
Pramod P Deore
Ranch Hand

Joined: Jul 15, 2008
Messages: 173

Hello anybody is there?

Life is easy because we write the source code.....
Srinivas Vurrinkala
Greenhorn

Joined: Feb 15, 2009
Messages: 5

Hi Pramod,
Why don't you write broadcast receiver class as inner-class rather than anonymous class?
I feel code wise ok may be just some debugging needed like check in adb whether the events are recieved or not.

SCJP 5.0 Completed
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Android
 
RSS feed
 
New topic
replay challenge