由于我使用的是API 23,我只是通过向我的活动添加请求权限来修复它
ActivityCompat.requestPermissions(this,new String[]{Manifest.permission.SEND_SMS},1);