首页 > 笔记 > 正文

Notification 8.0 关闭声音震动

2018-04-27 笔记 6978 ℃ 0 评论

NotificationChannel notificationChannel = new NotificationChannel

                    (NOTIFICATION_CHANNEL_ID, "Test Notifications", NotificationManager.IMPORTANCE_LOW);

//Configure the notification channel, NO SOUND

notificationChannel.setDescription("no sound");

notificationChannel.setSound(null,null); <---- ignore sound

notificationChannel.enableLights(false);

notificationChannel.setLightColor(Color.BLUE);

notificationChannel.enableVibration(false);

需要卸载app重新安装否则不生效

日历
«    2024年7月    »
1234567
891011121314
15161718192021
22232425262728
293031
标签列表
最近发表
友情链接