Notification does not get cancelled in Android 10
问题 The bounty expires in 3 days . Answers to this question are eligible for a +50 reputation bounty. Maulik Dodia wants to draw more attention to this question. 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: MainActivity.java public class MainActivity extends AppCompatActivity { public static final int NOTIFICATION_ID = 1256; public static final String CHANNEL_1_ID = "channel1";