Diamonds Are Forever. Services Are Not.
Posted
by rayman
on Stack Overflow
See other posts from Stack Overflow
or by rayman
Published on 2010-05-13T06:15:23Z
Indexed on
2010/05/13
10:44 UTC
Read the original article
Hit count: 220
android
|android-sdk
Hi, ive read this article by Mark Murphy, while i was looking for a solution to my case.
I have a Listener in my system, which suppose to get a UDP trigger times to times from an outside server, ive done this listener as a service.
how could i prevent it being shut off by the user? (SDK 1.5), i`am working for a company which create cell phones, and we spread the device with this Listener.
as soon as the listener goes off our systems will be terminated
any idea for this scenario?
*i`am already aware to the face, that the system could also take it off, but this case will be easier to handle and avoid.
thanks,
ray.
© Stack Overflow or respective owner