[android-developers] Re: Making a service invisible

2011-06-10 Thread kampy
that means i have to have the super user permissions . and i have another probelm i am unable to stop this service from other activity this is code i wrote . this is not stopping the service private void StopTheftServiceRunning() { ActivityManager manager = (ActivityManager)

Re: [android-developers] Re: Making a service invisible

2011-06-10 Thread Marcin Orlowski
That means you have to have root perms *AND* do some job to trick OS to not see your service/process. That's why most apps that of that kind simply disguise itself into doing something else and reveal real face upon certain actions or passwords. That's much easier to make itself listed as Weather