diff options
| author | Jeff Brown <jeffbrown@google.com> | 2013-08-23 17:43:37 -0700 |
|---|---|---|
| committer | Jeff Brown <jeffbrown@google.com> | 2013-08-23 17:44:47 -0700 |
| commit | 511cd35fcc0b8ab048f284a6af374de8ccc69865 (patch) | |
| tree | 139bdfde019792727899f46d1999d9ae8ec7b4b6 /core/java/android/content/Intent.java | |
| parent | c264e0440076ccca4be6ec66e33bcd7f8a1ae5b3 (diff) | |
Docs changes pursuant to API review feedback.
Change-Id: I74c51791192f7fefad4e299d25c91438cbf6ab73
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index be1362059494..c99f09c44ed0 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1193,7 +1193,7 @@ public class Intent implements Parcelable, Cloneable { /** * An optional field on {@link #ACTION_ASSIST} and {@link #ACTION_VOICE_ASSIST} - * containing an the names of the application package of foreground services at the time + * containing the application package names of foreground services at the time * of the assist request. This is an array of {@link String}s, with one entry * per service. */ |
