摘要: Intent intent = new Intent(this, Two.class);PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, 0);Notification notification = ne... 阅读全文
posted @ 2013-11-26 16:08 songsiyao 阅读(362) 评论(0) 推荐(0)