Android Notification工具类

1. 在有些状况下,要检测系统是否禁止app显示通知,能够调用一下方法java /** * 检查是否能够显示通知 * @return */ public boolean isNotificationEnabled() { AppOpsManager mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_S
相关文章
相关标签/搜索