闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

2011年9月16日

摘要: http://edison-cool911.iteye.com/ 阅读全文

posted @ 2011-09-16 16:44 闲坐敲棋 阅读(124) 评论(0) 推荐(0)

摘要: 由于做Android播放器,要实现程序隐藏,展现,通过 Notification 实现切换。Notification 代码如下:String notificationMessage = ((Audio) obj).name_label;Notification notification = new Notification(R.drawable.icon,notificationMessage, System.currentTimeMillis());try { Intent contentIntent = new Intent(getApplicationContext(), Class.f 阅读全文

posted @ 2011-09-16 16:14 闲坐敲棋 阅读(659) 评论(0) 推荐(0)