diff options
author | Scott Main <smain@google.com> | 2011-12-15 17:39:35 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-12-15 17:39:35 -0800 |
commit | aeb06e34085703fe9699cdc3454558d69092bd7c (patch) | |
tree | 2cc0e0622b681fec983d66c867a3a6cfcaf7a1d7 /docs/html/training/sharing/shareaction.jd | |
parent | 5f0df1b8db25859a1e99425cfd87562ef71e6478 (diff) | |
parent | 6fbddffc83312b825e888fcdb8b6e52dade05b3e (diff) | |
download | frameworks_base-aeb06e34085703fe9699cdc3454558d69092bd7c.zip frameworks_base-aeb06e34085703fe9699cdc3454558d69092bd7c.tar.gz frameworks_base-aeb06e34085703fe9699cdc3454558d69092bd7c.tar.bz2 |
am 6fbddffc: Merge "Minor tweaks to Sharing class, updated some typos, wording and a screenshot." into ics-mr0
* commit '6fbddffc83312b825e888fcdb8b6e52dade05b3e':
Minor tweaks to Sharing class, updated some typos, wording and a screenshot.
Diffstat (limited to 'docs/html/training/sharing/shareaction.jd')
-rw-r--r-- | docs/html/training/sharing/shareaction.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/sharing/shareaction.jd b/docs/html/training/sharing/shareaction.jd index f6be745..873f614 100644 --- a/docs/html/training/sharing/shareaction.jd +++ b/docs/html/training/sharing/shareaction.jd @@ -109,7 +109,7 @@ private void setShareIntent(Intent shareIntent) { want to set it and then update it as the UI changes. For example, when you view photos full screen in the Gallery app, the sharing intent changes as you flip between photos.</p> -<p>For further discussion about the {@link android.widget.ShareActionProvider}, see the <a +<p>For further discussion about the {@link android.widget.ShareActionProvider} object, see the <a href="{@docRoot}guide/topics/ui/actionbar.html#ActionProvider">Action Bar</a> guide.</p> |