Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save martinomburajr/4a45b7da9500fdcc7569824e4fb6adb1 to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/4a45b7da9500fdcc7569824e4fb6adb1 to your computer and use it in GitHub Desktop.
/**
* Retrieved from AOSP.
* ActivityThread class
*/
private void handleLaunchActivity(ActivityClientRecord r, Intent customIntent, String reason) {
//... initialize graphics,do some logging, call GC if need be, etc
Activity a = performLaunchActivity(r, customIntent);
//... handle how to resume an existing activity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment