android - SMSManager is Deprecated -


I've included this file in the Android 2.3.3 project

  import android Telephony.gsm.SmsManager;   

This shows the code as follows (smsmanager kills text)
import android.telephony.gsm. SmsManager ;
and a message shows "SMS manager has been deleted"
How can I fix this?

According to the doctor:

This class dislikes GSM and CDMA

Both support it because of API4.

Comments