Merge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev am: c80fe63001

am: ad1de8fbe4

Change-Id: I22a8b72e89aef3063c3f2b40e6d1f58c7155a7e8
This commit is contained in:
Kevin Hufnagle
2019-08-06 09:23:03 -07:00
committed by android-build-merger

View File

@@ -1547,7 +1547,9 @@ public class Activity extends ContextThemeWrapper
* had previously been frozen by {@link #onSaveInstanceState}.
*
* <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}.
*