Android 5.1.1 and above - getRunningAppProcesses() returns my application package only
To get a list of running processes on Android 1.6 - Android 6.0 you can use this library I wrote: https://github.com/jaredrummler/AndroidProcesses The library reads /proc to get process info. Google has significantly...