FullScreen Notification

后端 未结 3 708
耶瑟儿~
耶瑟儿~ 2020-12-18 01:59

I want to create a full screen notification.I have achieved a notification by using the following code. What changes do i need to make it a full screen notification.

<
3条回答
  •  长情又很酷
    2020-12-18 02:36

    On your builder, just before setContentIntent(pendingIntent); Simply add the following line: .setFullScreenIntent(pendingIntent, true);

提交回复
热议问题