Merge "Expand toast javadoc to include rate limiting info." into sc-dev

This commit is contained in:
Bernardo Rufino
2021-06-11 12:28:08 +00:00
committed by Android (Google) Code Review

View File

@@ -71,6 +71,9 @@ import java.util.List;
* Note that
* <a href="{@docRoot}reference/com/google/android/material/snackbar/Snackbar">Snackbars</a> are
* preferred for brief messages while the app is in the foreground.
* <p>
* Note that toasts being sent from the background are rate limited, so avoid sending such toasts
* in quick succession.
*
* <div class="special reference">
* <h3>Developer Guides</h3>