weekly 0708

怎么使用呢?看下我的代码:

1
boolean isOpen = NotificationManagerCompat.from(this).areNotificationsEnabled();

这里需要注意的是,在 API 19 以下方法 areNotificationsEnabled 默认都返回 true,在 API 19+ (包括19)是有效果的。