GrandeBg 2020-06-02 20:08 采纳率: 0%
浏览 175

求大神相助,仿MIUI、微信来电通知无法解决通知折叠到通知列表

求相助,希望有大神帮我解决下,我想做一个类似小米来电的通知功能,我发现小米的来电通知不会自动折叠到通知列表,而我无论如何设置,我的通知都会折叠通知列表里,求助解决方案

如图:来电通知并不会折叠到下拉通知列表

图片说明

我的通知部分代码:

    public static void buildCallNotification(Service service, final PendingIntent resultPendingIntent) {
        Log.d(TAG,"buildCallNotification");
        NotificationCompat.Builder builder;
        if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
            builder = new NotificationCompat.Builder(service, NotificationChannelsUtils.CALL_CHANNEL);
        } else {
            builder = new NotificationCompat.Builder(service);
        }
        builder.setSmallIcon(getSmallIconResId())
                .setContentTitle(service.getResources().getText(R.string.channel_call))
                .setCategory(NotificationCompat.CATEGORY_CALL)
                .setContentIntent(resultPendingIntent)
                .setTicker(service.getResources().getText(R.string.channel_call))
                .setFullScreenIntent(resultPendingIntent,true)
                .setPriority(NotificationCompat.PRIORITY_MAX)
                .setOngoing(true);

        Notification notification = builder.build();
        service.startForeground(NOTIFICATION_ID_INCOMINGCALL, notification);
    }

渠道部分代码:

    @RequiresApi(api = Build.VERSION_CODES.O)
    private static NotificationChannel getCallChannel(Context context){
        NotificationChannel notificationChannel = new NotificationChannel(CALL_CHANNEL, context.getString(R.string.channel_call), NotificationManager.IMPORTANCE_HIGH);
        notificationChannel.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC);
        notificationChannel.setSound(null, null);
        notificationChannel.setImportance(NotificationManager.IMPORTANCE_HIGH);
        return notificationChannel;
    }
  • 写回答

1条回答 默认 最新

  • dabocaiqq 2020-06-05 15:30
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器