How much data we can transfer through intent
in android.
Here I sending sting as a value. but how much data I can send through intent
.
Is it change based on Android OS version ?
Intent myintent=new Intent(Info.this, GraphDiag.class).putExtra("101", "string");
startActivity(myintent);