Androidn Notification的使用,解决找不到setLatestEventInfo方法
今天使用4.0.3使用Notificationnotification2=newNotification(R.drawable.advise2,"通知测试",System.currentTimeMillis());notification2.setLatestEventInfo(getActivity(),"testTitle","testContent",null);结果androidstudi