I am sending a broadcast with the intent containing an ArrayList of serialized objects as a intent extra.
When this arrayList contains about 500 valid objects, this is not being received by the onReceive() of the broadcast receiver. But with about 100 objects, I am able to get the ArrayList in onReceive()
Is there a known limit for the amount of data that can be received/sent using intent