Fix small typo in ShortcutManager header docs am: c158431f8e

am: 5aa0dfcc0a

Change-Id: Ia3a1a14cf561e6846245fa8265e96e954d8a185d
This commit is contained in:
Chet Haase
2016-10-12 00:31:31 +00:00
committed by android-build-merger

View File

@@ -329,7 +329,7 @@ import java.util.List;
* <p>Applications with a foreground activity or service are not rate-limited.
*
* <p>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:
* <ul>
* <li>When an application comes to the foreground.