Skip to content

Instantly share code, notes, and snippets.

@jbwyme
Created June 13, 2014 23:10
Show Gist options
  • Save jbwyme/c5661d3c1d4eb499b064 to your computer and use it in GitHub Desktop.
Save jbwyme/c5661d3c1d4eb499b064 to your computer and use it in GitHub Desktop.
Get all activities for android app
private ActivityInfo[] getActivityList() throws PackageManager.NameNotFoundException {
return getPackageManager().getPackageInfo(getPackageName(), PackageManager.GET_ACTIVITIES).activities;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment