In activity A:
String[] abc;
Bundle bundle =new Bundle();
bundle.putStringArray("some string",abc);
In Activity B where you want to get give the code as:
String abcd[]=bundle.getStringArray("some string");
"some string" should be same in both case.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…