2012년 11월 26일 월요일

NotificationCompat example





Notification noti = new NotificationCompat.Builder(this)
.setContentTitle(message).setContentText("HTSmartSales")
.setSmallIcon(R.drawable.haitai_logo).setContentIntent(pIntent)
.build();

댓글 없음:

댓글 쓰기