I am using below code to get all currently running process\'s on device. How can I get running process start time?
activityMan = (ActivityManager)getSyst
As far as I know you can only receive this information from a service. Take a look at the documentation of ActivityManager.RunningServiceInfo or activeSince attribute