I am unable to change deprecation from the methods below I am using API level 19. Can you please help me out with this issue?
Notification notification = new Notification(icon, message, when);
......
notification.setLatestEventInfo(context, title, subTitle, intent);
Actually I tried Notification.Builder but not getting proper output can you guys show how to use Notification.Builder for above 2 statements. Thanks.