9 messages in com.googlegroups.android-beginnersRe: Starting a background Service on ...
FromSent OnAttachments
Dexter's Brain25 Feb 2008 00:48 
Dexter's Brain25 Feb 2008 01:22 
szeldon25 Feb 2008 01:38 
Dexter's Brain25 Feb 2008 02:19 
szeldon25 Feb 2008 05:25 
Dexter's Brain25 Feb 2008 09:41 
szeldon25 Feb 2008 10:58 
Dexter's Brain25 Feb 2008 19:02 
szeldon26 Feb 2008 03:01 
Subject:Re: Starting a background Service on boot
From:Dexter's Brain (coom@gmail.com)
Date:02/25/2008 02:19:46 AM
List:com.googlegroups.android-beginners

Ok, one part of the question naswered. :-)

What about the project structure. Can I write an IntentReceiver without an activity.?? or a service without an Activity. Can any one please explain us a brief step by step procedure to achieve this.

Thanks for ur help.

Dexter.

On Feb 25, 2:39 pm, szeldon <szel@gmail.com> wrote:

I think you should create an IntentReceiver for BOOT_COMPLETED event. As far as I remember, you should also add a permission for receiving this event but I don't remember which one.

On 25 Lut, 09:48, "Dexter's Brain" <coom@gmail.com> wrote:

Hello all,

I need to start a service that will be able to catch some events like phone calls and SMS and alert the user. How can this be possible?

I tried searching for examples, but the examples i found were too complex for me to understand.

Can somebody please paste the simplest code to do this.