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

Commit 95d0fb70 authored by Brian Olson's avatar Brian Olson Committed by Automerger Merge Worker
Browse files

Merge "Fixing typo to include "of" in docs." into main am: 59aad3bc am:...

Merge "Fixing typo to include "of" in docs." into main am: 59aad3bc am: 326d1813 am: 0fcbb594 am: 1e7cd622 am: 52b9f9b4 am: 4099b823

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2645004



Change-Id: Ic17d484114652d318e918f183adfbfa029ad6abb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b14ff5b2 4099b823
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2268,9 +2268,9 @@ public class Activity extends ContextThemeWrapper
     *
     * <p>An activity can never receive a new intent in the resumed state. You can count on
     * {@link #onResume} being called after this method, though not necessarily immediately after
     * the completion this callback. If the activity was resumed, it will be paused and new intent
     * will be delivered, followed by {@link #onResume}. If the activity wasn't in the resumed
     * state, then new intent can be delivered immediately, with {@link #onResume()} called
     * the completion of this callback. If the activity was resumed, it will be paused and new
     * intent will be delivered, followed by {@link #onResume}. If the activity wasn't in the
     * resumed state, then new intent can be delivered immediately, with {@link #onResume()} called
     * sometime later when activity becomes active again.
     *
     * <p>Note that {@link #getIntent} still returns the original Intent.  You