diff options
author | kmccormick <kmccormick@google.com> | 2013-04-01 18:08:28 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-04-02 16:22:39 -0700 |
commit | 3b9f0aa058e95fa0c998f787a8f4f7225e9850c0 (patch) | |
tree | 141f36973a61d2a380520c3fe0045011ccb08c45 /docs/html/guide/components | |
parent | 2ab257231fe774748298ab92f78564a5e19f23f0 (diff) | |
download | frameworks_base-3b9f0aa058e95fa0c998f787a8f4f7225e9850c0.zip frameworks_base-3b9f0aa058e95fa0c998f787a8f4f7225e9850c0.tar.gz frameworks_base-3b9f0aa058e95fa0c998f787a8f4f7225e9850c0.tar.bz2 |
Doc update: Misc doc bugs
"Bug: 6515524"
Change-Id: I1c8334e22637e9b55377a8743178bd5aa34ee9cd
Diffstat (limited to 'docs/html/guide/components')
-rw-r--r-- | docs/html/guide/components/fragments.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/components/fragments.jd b/docs/html/guide/components/fragments.jd index 7747b31..32c9f99 100644 --- a/docs/html/guide/components/fragments.jd +++ b/docs/html/guide/components/fragments.jd @@ -172,7 +172,7 @@ the user might not come back).</dd> <p>Most applications should implement at least these three methods for every fragment, but there are several other callback methods you should also use to handle various stages of the -fragment lifecycle. All the lifecycle callback methods are discussed more later, in the section +fragment lifecycle. All the lifecycle callback methods are discussed in more detail in the section about <a href="#Lifecycle">Handling the Fragment Lifecycle</a>.</p> |