摘要: [代码] 调用拨号程序1// 给移动客服10086拨打电话2Uri uri = Uri.parse("tel:10086");3Intent intent = new Intent(Intent.ACTION_DIAL, uri);4startActivity(intent);[代码] 发送短信或彩信view sourceprint?01// 给10086发送内容为“Hello”的短信02Uri uri = Uri.parse("smsto:10086");03Intent intent = new Intent(Intent.ACTION_SENDTO 阅读全文
posted @ 2012-05-31 22:13 灰太狼_lilongmin 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 使用方法:int icon = android.R.drawable.arrow_down_float;arrow_down_floatarrow_up_floatbtn_star_big_offbtn_star_big_onbutton_onoff_indicator_offbutton_onoff_indicator_oncheckbox_off_backgroundcheckbox_on_backgroundic_btn_speak_nowic_deleteic_dialog_alertic_dialog_dialeric_dialog_emailic_dialog_infoic_dia 阅读全文
posted @ 2012-05-31 21:49 灰太狼_lilongmin 阅读(236) 评论(0) 推荐(0) 编辑