-
Notifications
You must be signed in to change notification settings - Fork 1
contentIntent required
保定老狼 edited this page May 28, 2015
·
1 revision
今天遇到一个异常,是在notificationManager.notify的时候发生的,原因是我发出了同一个id的notification,但是两个notification有一个没有设置contentIntent。
以前一直在4.0的机子上跑是没有问题的,在2.3上就会出现异常。有同样问题的同学注意了。
###Wiki相关###
- [wiki常用编辑格式](wiki edit)
###异常汇总###
- [ java.lang.IllegalArgumentException: contentIntent required](contentIntent required)
###自定义控件###
###Android 源码相关###
- [资源](android source res)
- [编译](android source make)
###代码基础库###
- [下载器](android code download)
- [Net](android code net)
- [File](android code file)
###研发工具###
- [Nodejs + mysql + webstorm](Nodejs + mysql + webstorm)