StringBuffer str = new StringBuffer();
for (Map.Entry<Character, ArrayList<String[]>> ent : SMSSDK
.getGroupedCountryList().entrySet()) {
ArrayList<String[]> cl = ent.getValue();
for (String[] paire : cl) {
str.append("國家("+paire[0]+")----("+"區號"+paire[1]+")\n");
Log.e("TAG","國家("+paire[0]+")---("+"區號:"+paire[1]+")\n");
}
}
http://dashboard.mob.com