Android通知图标未显示
创始人
2024-08-21 19:30:14
0
  1. 确保通知权限已经启用。
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
        NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
        NotificationChannel notificationChannel = new NotificationChannel("channel_id", "channel_name", NotificationManager.IMPORTANCE_HIGH);
        notificationManager.createNotificationChannel(notificationChannel);
}
  1. 如果您的应用是针对 API 26 或更高版本的,请确保通知渠道与通知中使用的通知 ID 匹配。
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
        NotificationChannel notificationChannel = new NotificationChannel("channel_id", "channel_name", NotificationManager.IMPORTANCE_HIGH);
        NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
        notificationManager.createNotificationChannel(notificationChannel);
        NotificationCompat.Builder builder = new NotificationCompat.Builder(this, "channel_id")
            .setSmallIcon(R.drawable.notification_icon)
            .setContentTitle("My notification")
            .setContentText("Hello World!")
            .setPriority(NotificationCompat.PRIORITY_HIGH)
            .setAutoCancel(true);
        Notification notification = builder.build();
        notificationManager.notify(1, notification);
 }
  1. 有些 ROM(如 MIUI)会自动隐藏通知图标。在这种情况下,您需要通过更改系统设置来使通知图标可见。
Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
intent.setData(Uri.fromParts("package", getPackageName(), null));
startActivity(intent);
  1. 如果您的应用是针对 API 21 或更高版本的,则可以使用以下代码来设置通知图标。
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, "channel_id")
            .setSmallIcon(R.drawable.notification_icon)
            .setContentTitle("My notification")
            .setContentText("Hello World!")
            .setPriority(NotificationCompat.PRIORITY_HIGH)
            .setAutoCancel(true);
Notification notification = builder.build();
notificationManager.notify(1, notification);

相关内容

热门资讯

重大消息!潮汕来物局游戏源码(... 重大消息!潮汕来物局游戏源码(透视)拱趴大菠萝有辅助吗(详细开挂外开挂教程)重大消息!潮汕来物局游戏...
新手必备!0759湛江吴川三脚... 新手必备!0759湛江吴川三脚鸡脚本(透视)福建天天开心辅助(详细开挂外开挂教程)1、点击下载安装,...
推荐几款新版!杭州都莱辅助臁(... 推荐几款新版!杭州都莱辅助臁(透视)随意玩挂(详细开挂外开挂教程)1、进入到杭州都莱辅助臁黑科技之后...
推荐一款!!九酷众游辅助(透视... 推荐一款!!九酷众游辅助(透视)海盗来了辅助器无限炮(详细开挂外开挂教程)1、九酷众游辅助透视辅助简...
最新研发!蘑菇云辅助怎么使用(... 最新研发!蘑菇云辅助怎么使用(透视)南昌微乐自建房辅助(详细开挂外开挂教程);1、下载好蘑菇云辅助怎...
总算明白!!情怀七喜游戏辅助(... 总算明白!!情怀七喜游戏辅助(透视)丽水都莱有辅助吗(详细开挂外开挂教程)1、进入到情怀七喜游戏辅助...
总算了解!!微乐小程序辅助器脚... 总算了解!!微乐小程序辅助器脚本(透视)心悦填大坑辅助(详细开挂外开挂教程);进入游戏-大厅左侧-新...
分享一款!赣牌圈控制牌型辅助器... 分享一款!赣牌圈控制牌型辅助器(透视)开心茶苑13道辅助(详细开挂外开挂教程)1、打开软件启动之后找...
科技介绍!奇迹脚本辅助(透视)... 科技介绍!奇迹脚本辅助(透视)潮汕激k辅助(详细开挂外开挂教程);1、不需要AI权限,帮助你快速的进...
今日科普!闽游13水辅助(透视... 今日科普!闽游13水辅助(透视)上饶中至能操控吗(详细开挂外开挂教程)1、玩家可以在上饶中至能操控吗...