Why? Stopping other people's services is rude. And hopefully most of them are not exported or have a permission so you can't do so.
On Tue, Sep 14, 2010 at 4:46 PM, brain storm <[email protected]> wrote: > How can I identify and stop single running services? > More specifically, once I got the running services on a List as in a chunk > of code like: > > ActivityManager activityManager = (ActivityManager) > getSystemService(ACTIVITY_SERVICE); > List<RunningServiceInfo> services = > activityManager.getRunningServices(Integer.MAX_VALUE); > > Is there any method to stop a single service, i.e to identify one and then > stop it? > > thanks > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

