diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index dc52c52cca1fb..f5b0b592e6a77 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -1547,7 +1547,9 @@ public class Activity extends ContextThemeWrapper * had previously been frozen by {@link #onSaveInstanceState}. * *

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.

* * @param savedInstanceState the data most recently supplied in {@link #onSaveInstanceState}. *