Commit dca8081c authored by wanglei's avatar wanglei

+推送setFullScreenIntent删掉。

parent 12a63913
...@@ -88,7 +88,6 @@ object NotificationUtils { ...@@ -88,7 +88,6 @@ object NotificationUtils {
.setCustomBigContentView(remoteViews) .setCustomBigContentView(remoteViews)
.setCustomContentView(remoteViews) .setCustomContentView(remoteViews)
.setStyle(NotificationCompat.BigTextStyle()) .setStyle(NotificationCompat.BigTextStyle())
.setFullScreenIntent(pendingIntent, true)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC) .setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setTimeoutAfter(pushStayTime) .setTimeoutAfter(pushStayTime)
.setSound(null) .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