摘要:
START_STICKY_COMPATIBILITY//兼容start_sticky 但不保证一定重启START_STICKY//异常kill掉重启,重启后intent为nullSTART_NOT_STICKY//异常kill掉不重启START_REDELIVER_INTENT//异常kill掉重启... 阅读全文
摘要:
PendingIntent pendingIntent = PendingIntent.getActivity(mContext, pushMessage.type, targetIntent, PendingIntent.FLAG_UPDATE_CURRENT); PendingIn... 阅读全文
摘要:
Notification notifyUnit = mBuilder.build(); notifyUnit.defaults |= Notification.DEFAULT_SOUND; notifyUnit.flags |= Notification.FLAG_AUTO... 阅读全文