diff options
author | David Friedman <dmail@google.com> | 2014-05-30 14:34:33 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2014-05-30 14:34:33 -0700 |
commit | 6a67b2beb23393f263796dc89cc0f6ca7b25d16e (patch) | |
tree | ad7a658cfdc82beb1cf3e99c2655b915f6030f65 /docs/html/guide/components | |
parent | 5ca630e85541b97245d114162772abc4ffd77e97 (diff) | |
download | frameworks_base-6a67b2beb23393f263796dc89cc0f6ca7b25d16e.zip frameworks_base-6a67b2beb23393f263796dc89cc0f6ca7b25d16e.tar.gz frameworks_base-6a67b2beb23393f263796dc89cc0f6ca7b25d16e.tar.bz2 |
Fixed typos. "describe"-->"describes"; "allow"-->"allows"
Change-Id: I7910b39dcd6c2bb2f8a68ac02f3ff305dd195874
Diffstat (limited to 'docs/html/guide/components')
-rw-r--r-- | docs/html/guide/components/fundamentals.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/components/fundamentals.jd b/docs/html/guide/components/fundamentals.jd index 9ac063e..fd1a7a8 100644 --- a/docs/html/guide/components/fundamentals.jd +++ b/docs/html/guide/components/fundamentals.jd @@ -335,8 +335,8 @@ documentation. </p> {@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, 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 you’d like to -perform the action) and allow the system to find a component on the device that can perform the +simply describes the type of action to perform (and, optionally, the data upon which you’d like to +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 intent, then the user selects which one to use.</p> |