On Tue, Jul 10, 2012 at 11:28 AM, Justin Anderson <magouyaw...@gmail.com> wrote:
>> can we create a service without any activity
>
> Sounds like some sort of spyware to me... Fortunately, newer versions of
> Android have made this impossible.
>

I disagree.. We typically use services devoid of UI for implementing
utility like routines.  They don't run forever, and aren't intended
to, but for farming out some shared code to a service that runs in the
background (or, in our case, getting security through more sandboxing
across processes), it works fine.  There is also an activity that can
be started by the user, to check up on things happening in the
service, but it's not a requirement...

kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to