0
我從BroadcastIntentReceiver發送通知,但是,當我點擊通知時,它是從幾個廣播前。與BroadcastIntents結合的通知陳舊,如何清新它們?
我使用這種模式,但是,我不相信cancelAll()的作品。如果是這樣,那麼新廣播公司是不是將他們的信息輸入到這些通知中?
mNotificationManager.cancelAll();
mNotificationManager.notify(3, intent);