Commit dca8081c authored by wanglei's avatar wanglei

+推送setFullScreenIntent删掉。

parent 12a63913
......@@ -88,7 +88,6 @@ object NotificationUtils {
.setCustomBigContentView(remoteViews)
.setCustomContentView(remoteViews)
.setStyle(NotificationCompat.BigTextStyle())
.setFullScreenIntent(pendingIntent, true)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setTimeoutAfter(pushStayTime)
.setSound(null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment