diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-08-10 12:34:21 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-10 12:34:21 -0700 |
| commit | fd545de7cd43d6335eb3e44df36336728a8e1e4c (patch) | |
| tree | da2cbb8d297019496de2836219a2876f8bd5e885 /core/java/android/app/LocalActivityManager.java | |
| parent | 6829bf4b4b883e01f85e3784dbd1f0f81a71469e (diff) | |
| parent | 271c2fe0eb36fbf872535bedf3ee8156e3087847 (diff) | |
Merge "New extended Intent protcols for installing/uninstalling apps."
Diffstat (limited to 'core/java/android/app/LocalActivityManager.java')
| -rw-r--r-- | core/java/android/app/LocalActivityManager.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/app/LocalActivityManager.java b/core/java/android/app/LocalActivityManager.java index 0a6b80449f3b..b654a6aae8af 100644 --- a/core/java/android/app/LocalActivityManager.java +++ b/core/java/android/app/LocalActivityManager.java @@ -28,15 +28,15 @@ import java.util.HashMap; import java.util.Map; /** - * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs - * instead; these are also - * available on older platforms through the Android compatibility package. - * * <p>Helper class for managing multiple running embedded activities in the same * process. This class is not normally used directly, but rather created for * you as part of the {@link android.app.ActivityGroup} implementation. * * @see ActivityGroup + * + * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs + * instead; these are also + * available on older platforms through the Android compatibility package. */ @Deprecated public class LocalActivityManager { |
