Merge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev
am: c80fe63001
Change-Id: I332332fc88e565a3842297b04769778ee1c344ca
This commit is contained in:
@@ -1547,7 +1547,9 @@ public class Activity extends ContextThemeWrapper
|
|||||||
* had previously been frozen by {@link #onSaveInstanceState}.
|
* had previously been frozen by {@link #onSaveInstanceState}.
|
||||||
*
|
*
|
||||||
* <p>This method is called between {@link #onStart} and
|
* <p>This method is called between {@link #onStart} and
|
||||||
* {@link #onPostCreate}.
|
* {@link #onPostCreate}. This method is called only when recreating
|
||||||
|
* an activity; the method isn't invoked if {@link #onStart} is called for
|
||||||
|
* any other reason.</p>
|
||||||
*
|
*
|
||||||
* @param savedInstanceState the data most recently supplied in {@link #onSaveInstanceState}.
|
* @param savedInstanceState the data most recently supplied in {@link #onSaveInstanceState}.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user