AndroidWorkManager的createCancelPendingIntent()方法不能解除通知
创始人
2024-10-12 06:31:10
0

在创建通知时,设置其自动取消的时间。例如,在通知的 builder 中使用 setAutoCancel(true) 方法,如下所示:

NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context);

// 创建通知
NotificationCompat.Builder builder = new NotificationCompat.Builder(context, channelId);
builder.setContentTitle("通知标题")
        .setContentText("通知正文")
        .setSmallIcon(R.drawable.notification_icon)
        .setAutoCancel(true);  // 设置自动取消

// 显示通知
int notificationId = xxx;  // 给通知分配一个唯一 ID
notificationManager.notify(notificationId, builder.build());

// 创建用于取消通知的 PendingIntent
Intent cancelIntent = new Intent(context, YourBroadcastReceiver.class);
cancelIntent.setAction("ACTION_CANCEL_NOTIFICATION");
PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, cancelIntent, PendingIntent.FLAG_CANCEL_CURRENT);

// 在 WorkRequest 中添加用于取消通知的 PendingIntent
OneTimeWorkRequest request = new OneTimeWorkRequest.Builder(YourWorker.class)
        .setInputData(data)
        .setInitialDelay(delay, TimeUnit.SECONDS)
        .addTag("YOUR_WORK_TAG")
        .setConstraints(constraints)
        .setBackoffCriteria(backoffDelay, backoffPolicy)
        .setInputData(data)
        .setCancelationSignal(CancellationSignal().also { it.setOnCancelListener { 
            // 取消通知
            notificationManager.cancel(notificationId)
        } })
        .build();

WorkManager.getInstance(context).enqueue(request);

相关内容

热门资讯

透视了解"pokem... 透视了解"pokemmo辅助脚本"详细辅助透明挂教程(底牌透视技巧);玩家必备必赢加哟《136704...
透视有挂"wepok... 此外,数据分析德州(wepoker底牌透视)辅助神器app还具备辅助透视行为开挂功能,通过对客户we...
透视教学"wpk模拟... 1、透视教学"wpk模拟器"详细辅助新版2025教程(到底有透视软件);详细教程。2、wpk模拟器透...
透视辅助"poker... 透视辅助"pokermaster脚本"详细辅助2025新版教程(私人局俱乐部辅助软件);原来确实真的...
透视科技"wepok... 透视科技"wepoker线上大神"详细辅助辅助教程(辅助透视方法);支持2-10人实时对战,虚拟庄家...
透视游戏"wepok... 透视游戏"wepoker免费脚本咨询"详细辅助教你教程(辅助分析器技巧);亲真的是有正版授权,小编(...
透视辅助"wepok... 透视辅助"wepoker有没有挂"详细辅助玩家教程(私人局有透视神器)关于wepoker有没有挂机制...
透视好友房"wepo... 透视好友房"wepoker辅助软件视频"详细辅助微扑克教程(软件透视);玩家必备必赢加哟《13670...
透视了解"hhpok... 透视了解"hhpoker免费辅助器"详细辅助技巧教程(作弊辅助方法);科技安装教程;13670430...
透视攻略"wepok... 此外,数据分析德州(wepoker免费脚本咨询)辅助神器app还具备辅助透视行为开挂功能,通过对客户...