close applications from the Android SDK

1

I would like to know if there is a library or method that allows me to see the processes that are running on the device and close some, for example the YouTube app.

He used eclipse and the Android SDK.

    
asked by roopp 28.08.2016 в 02:49
source

1 answer

0

You can see it in the same IDE, when you have your device connected, from the DDMS in the Devices section:

There you can see the processes running on the device, you can select and stop them.

In the case of Android Studio, you can see the processes through the Android Device Monitor.

    
answered by 30.08.2016 в 06:53