我正在学习有关创建通知的this教程
但是,我似乎无法做到以下几点:
NotificationManager notificationManager = getSystemService(NotificationManager.class);
因为我的Android Studio报告了错误:
Required Type: Context
Provided: Class <android.app.NotificationManager>
reason: Class<NotificationManager> is not compatible with Context
请让我知道如何解决这个问题。
1条答案
按热度按时间vngu2lb81#
我发现这是我的解决方案: