80,490
社区成员
发帖
与我相关
我的任务
分享 NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(mContext)
.setContent(mRemoteView)
.setWhen(System.currentTimeMillis())
.setPriority(Notification.PRIORITY_DEFAULT)
.setOngoing(mIsplay)
.setSmallIcon(R.drawable.stat_notify);