summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2016-05-13 22:00:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-13 22:00:39 +0000
commitc88130c5724227b3ba7ef0b5ef4476fedabca650 (patch)
treed47b25b7a0de10694c6b6984a6293564d2d84a92 /core/java/android
parent133492986389a63e34cb9066e515864eadeeb485 (diff)
parent8263d6c0a35a5467764ed12d6586ab176fdc15ff (diff)
docs: Updates to multi-window and related docs. am: 4d93a21980
am: 8263d6c0a3 * commit '8263d6c0a35a5467764ed12d6586ab176fdc15ff': docs: Updates to multi-window and related docs. Change-Id: Ia571cf3a38f1cd621bba6bc35d9b2b836361d7b5
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/app/Activity.java4
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>