摘要:
Notification的用法:查看文档实现步骤: // 1.获取NotificationManager String ns = Context.NOTIFICATION_SERVICE; NotificationManager manager = (NotificationManager) getSystemService(ns); // 2.初始化Notification int icon = R.drawable.notification; CharSequence tickerText = "拦截到一个... 阅读全文
posted @ 2013-06-25 01:01
tagie
阅读(449)
评论(0)
推荐(0)

浙公网安备 33010602011771号