Skip to content

Instantly share code, notes, and snippets.

@SyncHack
Created April 16, 2012 14:09
Show Gist options
  • Save SyncHack/2399056 to your computer and use it in GitHub Desktop.
Save SyncHack/2399056 to your computer and use it in GitHub Desktop.
ActivityManager am = (ActivityManager) getSystemService(ACTIVITY_SERVICE);
List<RunningAppProcessInfo> runningapps = am.getRunningAppProcesses();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment