android Notification和NotificationManager的使用
(1)、使用系统定义的Notification
//创建一个NotificationManager的引用
String ns = Context.NOTIFICATION_SERVICE;
NotificationManager mNotificationManager = (NotificationManager)getSystemService(ns);
/
转载
2013-10-22 11:16:16 ·
632 阅读 ·
0 评论