dear friends,
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.
dear friends,
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.
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