摘要: 一、发送短信的方法 使用 Intent 隐式调用系统短信应用进行发送 Uri uri = Uri.parse("smsto:10086"); Intent it = new Intent(Intent.ACTION_SENDTO, uri); it.putExtra("sms_body", "Hel 阅读全文
posted @ 2023-03-20 16:08 野狼谷 阅读(338) 评论(0) 推荐(0)