I am getting a TransactionTooLargeException
error in my app
I have an EditText
in my app and I have pasted more than 1207324 bytes of text here
Up to this point, no error occurs, but TransactionTooLargeException
occurs when moving to another activity.
It doesn't pass any data to other activities, it just opens a new activity.
How can I resolve TransactionTooLargeException
?