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.
On your builder, just before setContentIntent(pendingIntent); Simply add the following line: .setFullScreenIntent(pendingIntent, true);
setContentIntent(pendingIntent);
.setFullScreenIntent(pendingIntent, true);