Notification does not get cancelled in Android 10

前端 未结 1 1276
眼角桃花
眼角桃花 2020-12-07 04:04

Problem: I want to cancel a Notification when I directly reply to that Notification. It works in Android N but doesn\'t work on Android 10.

My Code is like below:

相关标签:
1条回答
  • 2020-12-07 04:46

    I would recommend you to do next things:

    1. check if your services onHandleIntent method is called
    2. check if remoteInput is not null
    3. check if notificationManager is not null
    4. try to cancel notification by ID without a tag
    0 讨论(0)
提交回复
热议问题