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);

相关内容

热门资讯

透视代打(aApoker)透视... 透视代打(aApoker)透视辅助外挂(透视)本然是有挂(有挂方针)-哔哩哔哩1、透视代打(aApo...
透视规律(AAPOKer)透视... 透视规律(AAPOKer)透视辅助神器(透视)好像真的是有挂(有挂辅助)-哔哩哔哩1、许多玩家不知道...
透视神器(aAPOKER)透视... 透视神器(aAPOKER)透视辅助app(透视)原本是真的有挂(有挂详情)-哔哩哔哩1、机器人多个强...
2分钟黑科技!德扑ai软件靠谱... 2分钟黑科技!德扑ai软件靠谱吗,(德扑之星)确实真的是有挂,分享教程(有挂技术)-哔哩哔哩德扑ai...
黑科技技巧!(WePoKe)原... 黑科技技巧!(WePoKe)原来存在有挂,(wepOke)原来真的是有挂,黑科技工具(详细教程)-哔...
黑科技代打!(WePoKe)从... 黑科技代打!(WePoKe)从来真的是有挂,(wepOkE)原来真的是有挂,黑科技下载(有挂细节)-...
黑科技辅助!(WePoKe)其... 黑科技辅助!(WePoKe)其实有挂,(wEpoKe)原来有挂,黑科技实锤(真的有挂)-哔哩哔哩1、...
黑科技有挂!(WePoKe)原... 黑科技有挂!(WePoKe)原先真的是有挂,(WEPoke)原来有挂,黑科技规律(证实有挂)-哔哩哔...
四分钟辅助挂!微扑克ai辅助透... 四分钟辅助挂!微扑克ai辅助透明挂,(微扑克)竟然真的有挂,是真的有挂(确实有挂)-哔哩哔哩1、上手...
一分钟黑科技!德扑ai智能系统... 一分钟黑科技!德扑ai智能系统,(德扑ai)好像是真的有挂,细节方法(有挂分享)-哔哩哔哩所有人都在...