随笔分类 -  android

android
摘要:android本地通知略有不同,分为立即触发和延时触发1.即时通知android默认的Notification为立即触发 Intent intent = new Intent(Intent.ACTION_VIEW); intent.addCategory(Intent.C... 阅读全文
posted @ 2014-11-21 10:24 okcc 阅读(6142) 评论(1) 推荐(0)