如何在android 8及更高版本上管理声音和振动?如果频道存在,则优先级为IMPORTANCE_MAX
和
notificationChannel.setSound(notificationMissedCallUri(this), audioAttributes)
notificationChannel.enableVibration(true);
我知道Android准则告知创建后的频道应管理用户。但是在WhatsApp中,您可以在 Whatsapp设置中将其关闭或打开,并且不会更改频道。