-
-
Save makzimi/0ac02153d83cb6c94fdbb14efe851d45 to your computer and use it in GitHub Desktop.
TransactionTooLargeException_article_ContextImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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