am 00aae279: Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs

* commit '00aae2793d37ed098a80bc0a98e8008b36178714':
  Fixed typos. "describe"-->"describes"; "allow"-->"allows"
This commit is contained in:
David Friedman
2014-06-04 03:05:26 +00:00
committed by Android Git Automerger

View File

@ -335,8 +335,8 @@ documentation. </p>
{@link android.content.Intent} to start activities, services, and broadcast receivers. You can do so {@link android.content.Intent} to start activities, services, and broadcast receivers. You can do so
by explicitly naming the target component (using the component class name) in the intent. However, by explicitly naming the target component (using the component class name) in the intent. However,
the real power of intents lies in the concept of <em>implicit intents</em>. An implicit intent the real power of intents lies in the concept of <em>implicit intents</em>. An implicit intent
simply describe the type of action to perform (and optionally, the data upon which youd like to simply describes the type of action to perform (and, optionally, the data upon which youd like to
perform the action) and allow the system to find a component on the device that can perform the perform the action) and allows the system to find a component on the device that can perform the
action and start it. If there are multiple components that can perform the action described by the action and start it. If there are multiple components that can perform the action described by the
intent, then the user selects which one to use.</p> intent, then the user selects which one to use.</p>