开发者

Need help on sending SMS from Android device

开发者 https://www.devze.com 2023-01-21 09:26 出处:网络
Friend\'s anybody provide some sample code to send SMS开发者_如何学运维 from android device. Thanks in advance.public void sendAText(String phonenumber){

Friend's anybody provide some sample code to send SMS开发者_如何学运维 from android device.

Thanks in advance.


public void sendAText(String phonenumber){
    Intent intent = new Intent(Intent.ACTION_VIEW);
    intent.putExtra("address", phonenumber);
    intent.setType("vnd.android-dir/mms-sms");
    intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    context.startActivity(intent);
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号