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

Commit 609b68b7 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: c80fe630

am: ad1de8fb

Change-Id: If640cc8efb66e28623b74bd7eff12e0684e95de6
parents 26461151 ad1de8fb
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}.
     *