通知栏设置
摘要:
一般在service里设置 public static NotificationManager nm;private String _title; private String _artist;/** * 当开始播放时,通知栏显示当前播放信息 */ private void ShowNotifcation() { nm = (NotificationManager) getApplicationContext().getSystemService( Context.NOTIFICATION_SERVICE);//获取通知栏... 阅读全文
posted @ 2013-01-08 16:54 732003684 阅读(448) 评论(0) 推荐(0)
浙公网安备 33010602011771号