diff --git a/core/java/android/widget/Toast.java b/core/java/android/widget/Toast.java index b35eb065e3fbb..862829bf9b55a 100644 --- a/core/java/android/widget/Toast.java +++ b/core/java/android/widget/Toast.java @@ -71,6 +71,9 @@ import java.util.List; * Note that * Snackbars are * preferred for brief messages while the app is in the foreground. + *

+ * Note that toasts being sent from the background are rate limited, so avoid sending such toasts + * in quick succession. * *

*

Developer Guides