diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-12-12 15:19:26 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-12-12 15:39:50 -0800 |
| commit | 7871badd5d4d29d80207e9cc09a0681f26a151d0 (patch) | |
| tree | 70e29347216cd885d1bffe3791c722c339fb8202 /core/java/android/app/Fragment.java | |
| parent | 4b3227de17b6b4ee776cfb26aa33ce8ff1c195f0 (diff) | |
SDK only: now that support lib is in SDK, we can link to it.
Update some of the platform documentation to directly link to
relevent support lib docs. Yay!
Also improve BroadcastReceiver documentation to more clearly
discussion security around receivers, and how the support
lib's LocalBroadcastManager can help.
Change-Id: I563c7516d5fbf91ab884c86bc411aff726249e42
Diffstat (limited to 'core/java/android/app/Fragment.java')
| -rw-r--r-- | core/java/android/app/Fragment.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java index 473a2d17ca39..f427e78db96a 100644 --- a/core/java/android/app/Fragment.java +++ b/core/java/android/app/Fragment.java @@ -181,7 +181,8 @@ final class FragmentState implements Parcelable { * * While the Fragment API was introduced in * {@link android.os.Build.VERSION_CODES#HONEYCOMB}, a version of the API - * is also available for use on older platforms. See the blog post + * at is also available for use on older platforms through + * {@link android.support.v4.app.FragmentActivity}. See the blog post * <a href="http://android-developers.blogspot.com/2011/03/fragments-for-all.html"> * Fragments For All</a> for more details. * |
