docs: Updates to multi-window and related docs. am: 4d93a21980 am: 8263d6c0a3
am: c88130c572
* commit 'c88130c5724227b3ba7ef0b5ef4476fedabca650':
docs: Updates to multi-window and related docs.
Change-Id: I308c988e3a93737a478f9f2445b512e86f218643
This commit is contained in:
@@ -1599,10 +1599,6 @@ public class Activity extends ContextThemeWrapper
|
|||||||
* receive either {@link #onRestart}, {@link #onDestroy}, or nothing,
|
* receive either {@link #onRestart}, {@link #onDestroy}, or nothing,
|
||||||
* depending on later user activity.
|
* 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
|
* <p><em>Derived classes must call through to the super class's
|
||||||
* implementation of this method. If they do not, an exception will be
|
* implementation of this method. If they do not, an exception will be
|
||||||
* thrown.</em></p>
|
* thrown.</em></p>
|
||||||
|
|||||||
@@ -138,7 +138,9 @@ page.keywords="multi-window", "android N", "split screen", "free-form"
|
|||||||
When the user puts an app into multi-window mode, the system notifies the
|
When the user puts an app into multi-window mode, the system notifies the
|
||||||
activity of a configuration change, as specified in <a href=
|
activity of a configuration change, as specified in <a href=
|
||||||
"{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime
|
"{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime
|
||||||
Changes</a>. Essentially, this change has the same activity-lifecycle
|
Changes</a>. This also happens when the user resizes the app, or puts the app
|
||||||
|
back into full-screen mode.
|
||||||
|
Essentially, this change has the same activity-lifecycle
|
||||||
implications as when the system notifies the app that the device has switched
|
implications as when the system notifies the app that the device has switched
|
||||||
from portrait to landscape mode, except that the device dimensions are
|
from portrait to landscape mode, except that the device dimensions are
|
||||||
changed instead of just being swapped. As discussed in <a href=
|
changed instead of just being swapped. As discussed in <a href=
|
||||||
|
|||||||
Reference in New Issue
Block a user