From c158431f8ed027de30d715cfefd70315d1f3828a Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Tue, 11 Oct 2016 14:42:00 -0700 Subject: [PATCH] Fix small typo in ShortcutManager header docs Bug: 32093275 fix typo in ShortcutManager javadocs Test: no test, just words in the header docs Change-Id: Icd33481a7f285686429d908cf92de0f6f886f962 --- core/java/android/content/pm/ShortcutManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/ShortcutManager.java b/core/java/android/content/pm/ShortcutManager.java index cd248ea4e981a..96ad67c6f3aba 100644 --- a/core/java/android/content/pm/ShortcutManager.java +++ b/core/java/android/content/pm/ShortcutManager.java @@ -329,7 +329,7 @@ import java.util.List; *

Applications with a foreground activity or service are not rate-limited. * *

Rate-limiting will be reset upon certain events, so that even background applications - * can call these APIs again until they are rate limit is reached again. + * can call these APIs again until the rate limit is reached again. * These events include the following: *