Running task process ID
Can i get process开发者_如何学运维 ID for running task?
Not sure how do you want it. If you want it via adb then use, adb shell; ps command
Check if this gives you the information you need: http://developer.android.com/reference/android/os/Process.html
I will use getTaskId() method in first activity on my application.
精彩评论