I got a TransactionTooLargeException. Not reproducible. In the docs it says
TransactionTooLargeException
The Binder transaction failed because it was too large. D
The Binder transaction failed because it was too large.
D
Add this to your Activity
@Override protected void onSaveInstanceState(Bundle oldInstanceState) { super.onSaveInstanceState(oldInstanceState); oldInstanceState.clear(); }
It works for me hope also it will help you