标签: android
基本上我想在用户从顶部栏清除我的通知后做一些事情,我该如何以编程方式在android中做到这一点?
基本示例或完整代码非常值得感谢。
答案 0 :(得分:1)
创建通知时,setDeleteIntent,这是api:
setDeleteIntent(PendingIntent intent) Supply a PendingIntent to send when the notification is cleared explicitly by the user.