摘要:
Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.parse("smsto:"));intent.putExtra("sms_body", mMsg.getText().toString());startActivity(intent);但跳转到发短信的界面时候,却不能选择“接收人”,只能通过输入号码,要怎么样才能选择接收人呢?设置一个TextView,layout_height要用wrap_content。例如:通过getLineCount()获取文字行数为10,而通过getLineHeight()获取到每行字高度为20。再通过getH 阅读全文
posted @ 2011-01-27 13:55
蚂蚁跳楼
阅读(285)
评论(0)
推荐(0)