Guest User

Untitled

a guest
Dec 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /**
  2. * Retrieved from AOSP.
  3. * ActivityThread class
  4. */
  5. private void handleLaunchActivity(ActivityClientRecord r, Intent customIntent, String reason) {
  6. //... initialize graphics,do some logging, call GC if need be, etc
  7. Activity a = performLaunchActivity(r, customIntent);
  8. //... handle how to resume an existing activity
  9. }
Add Comment
Please, Sign In to add comment