java - Some function texts appear crossed by a line on netbeans ide -


I am using Netbeen to develop simple Android applications and I'm looking at several short tutorials online. I had a similar tutorial downloaded, some text is crossed by one line. SmsManager

This is a small screenshot I made

What could be done with that?

This usually indicates an exclusion class or method that you should not use.

Image in your missing category:

This class was deprecated in API level 4. Android Etlephony has been replaced by SMSManager which supports both GSM and CDMA.

()


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -