jjzjj

MyNotifService

全部标签

android - NotificationListenerService 不工作 - 即使在给予许可后

下面是我捕获通知的代码。我不明白为什么onNotificationPosted没有被解雇。我正在通过“设置”>“安全”授予我的应用通知访问权限,MyNotifService中的onCreate也被触发,但onNotificationPosted没有被触发。我错过了什么或做错了什么?来self的MainActivity的onCreate()函数:Intentintent=newIntent(this,MyNotifService.class);this.startService(intent);我扩展NotificationListenerService的服务代码:@SuppressLi