diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index bca5ade50655f..b86ac9839cb74 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1473,7 +1473,7 @@ public class Intent implements Parcelable, Cloneable { * Broadcast Action: A new application package has been installed on the * device. The data contains the name of the package. Note that the * newly installed package does not receive this broadcast. - *

My include the following extras: + *

May include the following extras: *