diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/Activity.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index a5565638278c..b772bc9db65f 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -1593,10 +1593,6 @@ public class Activity extends ContextThemeWrapper * receive either {@link #onRestart}, {@link #onDestroy}, or nothing, * depending on later user activity. * - * <p>Note that this method may never be called, in low memory situations - * where the system does not have enough memory to keep your activity's - * process running after its {@link #onPause} method is called. - * * <p><em>Derived classes must call through to the super class's * implementation of this method. If they do not, an exception will be * thrown.</em></p> |
