Can i automatically send SMS (Without the user need to approve)

前端 未结 5 627
迷失自我
迷失自我 2020-12-02 08:36

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 i

5条回答
  •  旧巷少年郎
    2020-12-02 09:18

    Yes, you can send SMS using the SmsManager. Please keep in mind that your application will need the SEND_SMS permission for this to work.

提交回复
热议问题