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

Commit 7130f7ed 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

Change-Id: Ibafe22878438e3f1ce176647a3ba07544d753dbf
parents 78a356fd 0f27f04f
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}.
     *