android notification pendinintent issue wrong 3rd argument type

在我的app中,我在第一次使用notification的时候出现错误。

报错:android notification pendinintent issue wrong 3rd argument type
下面的报错截图
android notification pendinintent issue wrong 3rd argument type
分析:我只需要把PendingIntent.getActivity() 改为 PendingIntent.getActivities()

下图为官方文档
android notification pendinintent issue wrong 3rd argument type