Guest User

Untitled

a guest
Sep 19th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. MyActivity.STATIC_VARIABLE_HACK = myComplexObject;
  2. Intent intent = new Intent().setClass(this, MyActivity.class);
  3. startActivity(intent);
Add Comment
Please, Sign In to add comment