我怎样才能摆脱弃用的方法?

时间:2013-12-17 13:13:26

标签: android notifications deprecated

我无法通过下面的方法更改弃用我正在使用API​​级别19.您能帮我解决这个问题吗?

Notification notification = new Notification(icon, message, when);
 ......
notification.setLatestEventInfo(context, title, subTitle, intent);

实际上我尝试了Notification.Builder但没有得到正确的输出你们可以展示如何使用Notification.Builder进行上述2个语句。感谢。

1 个答案:

答案 0 :(得分:2)

来自http://developer.android.com/reference/android/app/Notification.html

此方法已在API级别11中弃用。请改用Notification.Builder