Can i automatically send SMS (Without the user need to approve)
问题 I'm rather new to Android. Im trying to send SMS from Android application. When using the SMS Intent the SMS window opens and the user needs to approve the SMS and send it. Is there a way to automatically send the SMS without the user confirming it? Thanks, Lior 回答1: You can use this method to send an sms. If the sms is greater than 160 character then sendMultipartTextMessage is used. private void sendSms(String phonenumber,String message, boolean isBinary) { SmsManager manager = SmsManager