0

如何为较低的 API ( < 26 ) 创建 NotificationChannel?AppCompat 有什么办法吗?

4

1 回答 1

6

不可能。Android 操作系统不支持它。您可以使用 将 channelId 添加到通知中NotificationCompat.Builder(Context context, String channelId),但操作系统会在奥利奥之前忽略它。

我的同事在 API 15、22、23 和 26 上对其进行了测试:https ://stackoverflow.com/a/45979726/1310343

于 2017-09-29T07:14:17.937 回答