2015-09-10 72 views
2

我們可以通過android中的intent轉移多少數據。
在這裏我發送sting作爲一個值。但我可以通過intent發送多少數據。 它是基於Android操作系統版本改變的嗎?我們可以通過intent在android中傳輸多少數據?

Intent myintent=new Intent(Info.this, GraphDiag.class).putExtra("101", "string"); 
startActivity(myintent); 
+0

可能有用的鏈接[意圖putExtra方法的最大長度? (強制關閉)](http://stackoverflow.com/questions/12496700/maximum-length-of-intent-putextra-method-force-close) – kgandroid

回答

相關問題