摘要:NotificationManager notificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); Notification notification = new Notification(R.drawable.logo_icon_16,"移动营销", System.currentTimeMillis()); Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGOR
阅读全文
posted @ 2013-04-09 00:10
浙公网安备 33010602011771号