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:
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.