摘要: [代码] 调用拨号程序 // 给移动客服10086拨打电话 Uri uri = Uri.parse("tel:10086"); Intent intent = new Intent(Intent.ACTION_DIAL, uri); startActivity(intent);[代码] 发送短信或彩... 阅读全文
posted @ 2015-03-15 22:45 AZ_mxl 阅读(242) 评论(0) 推荐(1)
摘要: ActionMac OSXWin/Linux注释代码(//)Cmd + /Ctrl + /注释代码(/**/)Cmd + Option + /Ctrl + Alt + /格式化代码Cmd + Option + LCtrl + Alt + L清除无效包引用Option + Control + OAlt... 阅读全文
posted @ 2015-03-15 17:30 AZ_mxl 阅读(570) 评论(0) 推荐(0)