码迷,mamicode.com
首页 > 移动开发 > 详细

Android 免费短信获取国家列表和国家代码

时间:2016-12-01 11:35:06      阅读:527      评论:0      收藏:0      [点我收藏+]

标签:try   entry   append   ssd   log   character   das   ash   []   

 

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

Android 免费短信获取国家列表和国家代码

标签:try   entry   append   ssd   log   character   das   ash   []   

原文地址:http://www.cnblogs.com/Claire6649/p/6100999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!