<!-- Allows an application to avoid all toast rate limiting restrictions.
<p>Not for use by third-party applications.
@hide
-->
<permission android:name="android.permission.UNLIMITED_TOASTS"
android:protectionLevel="signature" />
<uses-permission android:name="android.permission.UNLIMITED_TOASTS" />