android system notification limit per app
This may be off topic , but I couldn't found anything for it. Is there any limit on the number of notifications android app can display ?I am facing issue after 100 notifications. There is no documentation which states this clearly. Note: This is not really a good idea to show 100 notifications but It is required for certain reasons. Any help would be good. In API23 package com.android.server.notification; NotificationManagerService.java static final int MAX_PACKAGE_NOTIFICATIONS = 50; The limit for notifications and toasts is per app 50 According to @Nirel's answer. 1) I tried to run the code