Trying to pass a list of Data (Parcelable) to a activity using putSerializable,
ArrayList<Data> dataList = ...;
Bundle args = new Bundle();
args.putSerializable(KEY, dataList);
intent.putExtras(args);
startActivity(intent);
app crashes and shows error below if (in my case) size is over 1295. Does it have limit on the data size?
Unable to find app for caller android.app.ApplicationThreadProxy@451d6148 (pid=10151) when publishing content providers