android获取短信所有内容(3)
来源:未知 责任编辑:责任编辑 发表时间:2014-02-02 17:44 点击:次
type = "接收";
} else if(typeId == 2){
type = "发送";
} else {
type = "";
}
smsBuilder.append("[");
smsBuilder.append(name+",");
smsBuilder.append(phoneNumber+",");
smsBuilder.append(smsbody+",");
smsBuilder.append(date+",");
smsBuilder.append(type);
smsBuilder.append("] ");
if(smsbody == null) smsbody = "";
}while(cur.moveToNext());
} else {
smsBuilder.append("no result!");
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>