Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac971c2c authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

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

Merge "docs: Clarified when onRestoreInstanceState() executes" into qt-dev am: c80fe630 am: ad1de8fb am: 0f27f04f
am: 7130f7ed

Change-Id: Icd331ef8ed5fa1a2925b621d6670140aa03d7c09
parents ecc40227 7130f7ed
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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}.
     *