Reputation: 78004
i want to check if my application "ABC" is currently running in my phone memory or not
any one guide me how to achieve this?
any help would be appreciated.
Upvotes: 0
Views: 377
Reputation: 812
With you phone connected to your computer,
you can open "adb shell" in the adb tools.
Then you will enter the linux shell of the phone.
Inside, you can type "top" to check the processes.
Jeanno
Upvotes: 1