Android - How to update notification number
Hi i want to show all the notification in a single view .. and want to update number of notification in status bar ... its updating all info but showing number always 1.. please tell me how to solve it... @Override public void onReceive(Context context, Intent intent) { //Random randGen = new Random(); //int notify_id = randGen.nextInt(); NotificationManager notificationManager = (NotificationManager) context.getSystemService(Activity.NOTIFICATION_SERVICE); String title = intent.getStringExtra(TableUtils.KEY_TITLE); String occasion = intent.getStringExtra(TableUtils.KEY_OCCASION); Notification