Skip to content

Instantly share code, notes, and snippets.

@makzimi
Last active November 2, 2022 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makzimi/0ac02153d83cb6c94fdbb14efe851d45 to your computer and use it in GitHub Desktop.
Save makzimi/0ac02153d83cb6c94fdbb14efe851d45 to your computer and use it in GitHub Desktop.
TransactionTooLargeException_article_ContextImpl.java
@Override
public void startActivity(Intent intent, Bundle options) {
...
mMainThread.getInstrumentation().execStartActivity(
getOuterContext(), mMainThread.getApplicationThread(), null,
(Activity) null, intent, -1, options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment